| {{ __('Invoice No') }} | {{ __('Plan Name') }} | {{ __('Price') }} | {{ __('Payment Method') }} | {{ __('Payment Id') }} | {{ __('Created at') }} | {{ __('View') }} |
|---|---|---|---|---|---|---|
| {{ $row->order_no }} | {{ $row->plan_info->name }} | {{ $row->amount }} | {{ $row->category->name ?? '' }} | {{ $row->trx ?? '' }} | {{ $row->created_at->format('d-F-Y') }} |