| {{ $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 : '' }} |
@endforeach