{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('aml/deal'))!!}

{{__('New')}} Deal

{{__('Cancel')}}
@include('notifications') @include('aml::deal.entry', ['mode' => 'create']) {!! Form::close() !!}