@include('public::notifications')

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

Your awesome text goes here.


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