{{ __('Clients Management') }}

Create

{!! Form::open(['route' => ['clients.store'] ]) !!} @include('client._form') {!! Form::submit('Create', ['class' => 'btn btn-primary']) !!} {!! Form::close() !!}