@extends('portal.layouts.app') @section('title', $subscription->subscription_no) @section('subtitle', $subscription->product->name.($subscription->plan ? ' - '.$subscription->plan->label() : '')) @section('content')
This product has no plan attached.
@else| Benefit | Underwriter | Sum covered (PKR) |
|---|---|---|
| {{ $benefit->name }} | {{ $benefit->underwriter->label() }} | {{ $benefit->pivot->display_value ?? number_format((float) $benefit->pivot->sum_covered) }} |
No instalment has been raised yet. One is created when the CBC call is confirmed.
@else| Charge | Cycle | Due | Amount | Deducted | Status |
|---|---|---|---|---|---|
| {{ $charge->charge_no }} | {{ $charge->cycle_no }} | {{ $charge->due_date?->format('d M Y') }} | {{ number_format((float) $charge->amount, 2) }} | {{ $charge->deduction_date?->format('d M Y') ?? '-' }} @if ($charge->bank_reference) {{ $charge->bank_reference }} @endif |
|
{{ $log->from_status ?? 'created' }} → {{ $log->to_status }}
@if ($log->reason){{ $log->reason }}
@endifvia {{ $log->source }} @if ($log->user) · {{ $log->user->name }} @endif @if ($log->batch) · {{ $log->batch->batch_no }} @endif
{{ $consent->content }}