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