@include('public::notifications')

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

Your awesome text goes here.


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