@extends('merch_layouts.merch_master') @section('page-title') Merchant | Transactions @endsection @section('page-content')
| Recipient Phone | Amount | Status | Date |
|---|---|---|---|
| {{ $row->msisdn }} | {{ number_format($row->amount) }} | {{ $row->status }} | {{ $row->created_at }} |
| No Data | |||