@foreach($listing as $k=>$row) {{ isset($row->subject_exam_date) && $row->subject_exam_date ? date("jS F Y", strtotime($row->subject_exam_date)) : '' }} {{ isset($row->subject_exam_name) && $row->subject_exam_name ? $row->subject_exam_name : '' }} @endforeach