@include('public::notifications')

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

Your awesome text goes here.


{!!Form::horizontal_open() ->id('edit-business-forms') ->method('PUT') ->files('true') ->action(URL::to('user/business/forms') .'/'.$forms['eid'])!!} @include('business::user.forms.partial.entry') {!! Form::close() !!}