@include('public::notifications')

{{ trans('cms.create') }} Stock

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-stock-stock') ->method('POST') ->files('true') ->action(trans_url('user/stock/stock'))!!} @include('stock::user.stock.partial.entry') {!! Form::hidden('upload_folder')!!} {!! Form::close() !!}