@include('public::notifications')

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

Your awesome text goes here.


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