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