• Escrow
{!!Form::vertical_open() ->id('account-escrow-create') ->method('POST') ->files('true') ->action(guard_url('account/escrow'))!!}
{{ trans('app.new') }} [{!! trans('account::escrow.name') !!}]
@include('account::admin.escrow.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}