@include('layouts.partials.breadcrumb', ['title' => $title])
{{ html()->form('POST')->route('deposit.store')->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('office::deposits.partials.action')
{{ html()->form()->close() }}
@endsection