@include('public::notifications')

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

Your awesome text goes here.


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