@include('public::notifications')

{{ trans('cms.edit') }} Module

Your awesome text goes here.


{!!Form::horizontal_open() ->id('edit-stock-stock') ->method('PUT') ->files('true') ->action(trans_url('user/stock/stock') .'/'.$stock->getRouteKey())!!} @include('stock::user.stock.partial.entry') {!! Form::close() !!}