@include('public::notifications')

My ClientDetails

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($client_details as $client_detail) @endforeach
{!! trans('client_detail::client_detail.label.status')!!} Action
{{ $client_detail->status }} View Edit Delete
{{ $client_details->links() }}