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

{{__('New')}} Advert

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