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

{{__('New')}} Ad

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