Add new {{ CLIENT_MANAGEMENT }} {{ CLIENT_MANAGEMENT }} {!! Form::open(array('url' => '/dnradmin/client/', 'method' => 'post', 'id' => 'pageform', 'files' => true)); !!} ID First name Last name Email Address Type Action @if ($client->isEmpty()) No Record Found @endif @foreach ($client as $clients) {{ $clients->fldClientID }} {{ $clients->fldClientFirstname}} {{ $clients->fldClientLastname}} {{ $clients->fldClientEmail}} {!! ($clients->is_guest == 1)? 'Guest': 'Registered' !!} @endforeach @if (!$client->isEmpty()) @endif {!! Form::close() !!}