New Starter Contact No. Last DBS Date Latest DBS Date DBS Status Edit @forelse($datalist as $data) {{$data['name']}} {{$data['tel_number']}} @if(isset($data['dbs_date_applied'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['dbs_date_applied']))}} @endif @if(isset($data['dbs_return_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['dbs_return_date']))}} @endif @if($data['dbs_status']==1){{'Pass'}} @elseif($data['dbs_status']==2) {{'Pass with require info'}} @elseif($data['dbs_status']==Null) {{''}} @elseif($data['dbs_status']==0) {{'Failed'}} @endif Edit @empty No record found @endforelse