@include('public::notifications')

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

Your awesome text goes here.


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