@extends('dealer_layouts.dealer_master') @section('page-title') Dealer | {{ $page_title }} @endsection @section('page-content')
| Recipient Merchant | Amount ({{ $organisation->currency ?? "" }}) | Payment Method | Status | Sale Date |
|---|---|---|---|---|
| {{ optional($row->merchantInfo)->fullname ?? 'N/A' }} | {{ number_format($row->amount, 2) }} | {{ $row->payment_method }} | {{ $row->status }} | {{ \Carbon\Carbon::parse($row->created_at)->format('F d, Y') }} |
| No Data Available | ||||