{!!__('Create')!!} {!! trans('aml::edd.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('aml/edd'))!!} @php $data = form_merge_form($form['fields'], compact('data', 'meta'), true); $form = $data['form']; $mode = 'create'; @endphp @include('aml::edd.partials.form') {!! Form::close() !!}
@include('aml::edd.partials.aside')