@include('public::notifications')

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

Your awesome text goes here.


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