@extends('portal.layouts.app') @section('title', 'EFU Operations') @section('subtitle', 'Underwriting pipeline and policy issuance') @section('actions') Generate lead extract @endsection @section('content')
No subscriptions have been captured yet.
@elseNo applications yet.
@else| Reference | Customer | Product | Contribution | Status |
|---|---|---|---|---|
| {{ $lead->subscription_no }} | {{ $lead->customer->full_name }} | {{ $lead->product->code }} {{ $lead->plan?->code }} | {{ number_format((float) $lead->contribution_amount) }} |
|
| Product | Applications | Active |
|---|---|---|
| {{ $row['name'] }} | {{ number_format($row['leads']) }} | {{ number_format($row['active']) }} |