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