{{ $user->first_name }} {{ $user->last_name }}
Customer since {{ \Carbon\Carbon::parse($user->created_at)->diffForHumans(['parts' => 2, 'join' => ', ']) }}
{{ $user->phone }}
{{ $user->email }}
Overview
Beneficiaries
Policies
Details
Claims
Active
Expired
Products
Open Claims
Product
Claim Number
Amount
Action
Latest Policies
Product
Policy Number
Premium
Action
Latest from Prince
@foreach ($latestClaims1 as $claim){{ $claim->status === 'pending' ? 'Pending Claim' : 'New claim' }}
{{ $claim->claim_number }}
{{ $claim->date_filed->format('d F Y | H:i') }}
Recent activity
@foreach ($notes as $note)
{{ $note->user->first_name }}
on {{ $note->created_at->format('j F Y') }} at {{ $note->created_at->format('H:i') }}
{{ $note->note }}
@if ($note->file)
View Attachment
@endif
Name | Relationship | Phone | Date added | Passport number | Action |
---|---|---|---|---|---|
{{ $beneficiary['name'] }} | {{ $beneficiary['relationship'] ?? 'N/A' }} | {{ $beneficiary['phone'] ?? 'N/A' }} | {{ $beneficiary['date_added'] ?? 'N/A' }} | {{ $beneficiary['passport'] ?? 'N/A' }} | Edit |
Cover | Policy number | Date of issue | Date of expire | Autorenew | Action |
---|---|---|---|---|---|
{{ $cover->cover_type }} | {{ $cover->policy_number }} | {{ \Carbon\Carbon::parse($cover->created_at)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($cover->expiry_date)->format('d/m/Y') }} | {{ $cover->autorenew ? 'Yes' : 'No' }} |
@if ($userDetails)
Date of Birth: {{ \Carbon\Carbon::parse($userDetails->date_of_birth)->format('d/m/Y') }}
Address:
ID: {{ $userDetails->id_number }}
@endif
@if ($user)
Email: {{ $user->email }}
Phone: {{ $user->phone }}
@endif
Policy | Claim number | Date filed | Last updated | Status | Action |
---|---|---|---|---|---|
{{ $claim->policy }} | {{ $claim->claim_number }} | {{ $claim->date_filed }} | {{ $claim->last_updated }} | {{ $claim->status }} |
Status:
Date filed:
Claims handler
Customer