@include('public::notifications')

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

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-benefit_card-requestform') ->method('POST') ->files('true') ->action(URL::to('user/benefit_card/requestform'))!!} @include('benefit_card::user.requestform.partial.entry') {!! Form::close() !!}