@foreach($vars['claims'] as $row) @if($row) {{$row->claim_no}} @endif @isset($row) {{$row->claim_reference_number}} @endisset {{$row->customer?->PolicyHolderName}} {{$row->policy_no}} {{$row->policy->contract->serviceGroup?->name}} @if($row)

{{$row->status}}

{{$row->updated_at->diffForHumans()}} @endif {{-- --}} @endforeach