@extends('dealer_layouts.dealer_master') @section('page-title') Dealer | Transactions @endsection @section('page-content')
Sales from {{ $org_user['name'] }} to Merchants
@forelse ($merchant_topups as $row) @empty @endforelse
Recipient Merchant Amount Payment Method Status Date
{{ $row->merchantInfo->fullname }} {{ number_format($row->amount) }} {{ $row->payment_method }} {{ $row->status }} {{ $row->created_at }}
No Data
{{ $merchant_topups->links() }}
@endsection @section('page-js') @endsection