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