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