{{-- resources/views/admin/participants/individual/show.blade.php --}} @extends('layouts.master') @section('title', 'Individual Participant Details') @section('css') @endsection @section('breadcrumb')
{{ $participant->preferred_name ?? '-' }}
{{-- Customer ID + Created Date --}}Customer ID: #{{ $participant->id }} Created: {{ $participant->created_at->format('M d, Y') }}
{{-- Tags --}}| # | Changed By | Field | Old Value | New Value | Date |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $history->user->name }} | {{ $history->field }} | {{ $history->old_value }} | {{ $history->new_value }} | {{ $history->created_at->format('d M Y H:i') }} |
| # | User | Action | Date |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $audit->user->name }} | {{ $audit->action }} | {{ $audit->created_at->format('d M Y H:i') }} |
All claims submitted
Claims approved by underwriter
Claims actually paid
| ID | Policy | Incident Date | Amount | Status | Updated At | Action |
|---|
| Status | Pending |
|---|---|
| Remarks | N/A |
| Conditions | None |
| Approved By | N/A |
| Approved At | — |