@extends('layouts.main-layout') @section('header', true) @section('footer', true) @section('title') {{ config('app.name') }} - @yield('dbs-title') @endsection @section('header-logo') {{asset('img/logos/titus-trust.svg')}} @stop @section('footer-logo') {{asset('img/logos/titus-trust-footer.svg')}} @stop @section('content') @yield('before_content')
@if($__env->hasSection('back-button-form-post'))
@csrf
@endif @if($__env->hasSection('back-button-form-url')) Back @endif @if($__env->hasSection('step'))

@yield('dbs-header')

@endif @yield('dbs-form-content')
@yield('after_content') @endsection