@forelse($insurances as $insurance) @empty @endforelse
TPA / Admin Validity Status Actions

{{ $insurance->company_name }}

{{ $insurance->company_id }}

{{ $insurance->tpa_name ?? 'Direct Panel' }}

{{ $insurance->tpa_contact_person ?? 'NA' }}

Starts: {{ $insurance->agreement_start_date?->format('d M Y') ?? 'NA' }} Expires: {{ $insurance->agreement_expiry_date?->format('d M Y') ?? 'NA' }}
{{ number_format($insurance->credit_limit, 0) }} AED
@csrf @method('DELETE')

No insurance companies found in registry.

@if(method_exists($insurances, 'links')) {{ $insurances->links() }} @else
Viewing all records ({{ count($insurances) }})
@endif