| # | Amount | Status |
|---|---|---|
| @if(Route::has($sec['sr'])){{ $row->{$sec['nf']}??'#'.$row->id }}@else{{ $row->{$sec['nf']}??'#'.$row->id }}@endif | {{ $cur }}{{ number_format($row->total??0,2) }} | {{ ucfirst(str_replace('_',' ',$st)) }} |
| Lead | Status | Value |
|---|---|---|
| @if(Route::has('admin.leadmanagement.show')){{ $l->name }}@else{{ $l->name }}@endif @if($l->company) {{ $l->company }} @endif | @if($l->status_name){{ $l->status_name }}@else—@endif | {{ ($l->lead_value??0)>0?$cur.number_format($l->lead_value,2):'—' }} |
| Customer | Type | Active |
|---|---|---|
| @if(Route::has('admin.customermanagement.show')){{ $c->name }}@else{{ $c->name }}@endif @if($c->email) {{ $c->email }} @endif | {{ ucfirst($c->customer_type??'person') }} | {{ $c->active?'Yes':'No' }} |
| # | Customer | Revenue | Txns |
|---|---|---|---|
| {{ $i+1 }} | {{ $tc->name }}@if($tc->company) · {{ $tc->company }}@endif | {{ $cur }}{{ number_format($tc->total_paid,2) }} | {{ $tc->payment_count }} |