{{ !empty($row->tenant->user) ? $row->tenant->user->full_name : '' }} {{ ($row->plan->name) }} {{ !empty($row->plan->currency) ? $row->plan->currency->currency_icon : '' }} {{ number_format($row->plan_amount)}} {{ !empty($row->plan->currency) ? $row->plan->currency->currency_icon : '' }} {{number_format($row->payable_amount) ?: 0 }} {{ \Carbon\Carbon::parse($row->starts_at)->isoFormat('Do MMMM YYYY')}} {{ \Carbon\Carbon::parse($row->ends_at)->isoFormat('Do MMM YYYY')}} @if($row->attachment) Download @else N/A @endif {{$row->notes ?? "N/A"}} @if ($row->payment_type == 'Cash')
status == 1 ? 'disabled checked' : ''}} data-id="{{$row->id}}" data-tenant="{{$row->tenant_id}}">
@else Received @endif