@foreach($claims as $claim) @endforeach
Claim ID Description Status Retailer Date Created First Name Last Name Email Home Phone Mobile Phone
{{ $claim->id }} {{ $claim->description }} {{ $claim->claim_status->name }} {{ !empty($claim->retailer) ? $claim->retailer->name : '' }} {{ $claim->created_at }} {{ !empty($claim->customer) ? $claim->customer->first_name : '' }} {{ !empty($claim->customer) ? $claim->customer->last_name : '' }} {{ !empty($claim->customer) ? $claim->customer->email : '' }} {{ !empty($claim->customer) ? $claim->customer->home_phone : '' }} {{ !empty($claim->customer) ? $claim->customer->mobile_phone : '' }}