@extends('layouts.admin_master') @section('page-title') Admin | Dashboard @endsection @section('page-content')
| Merchant Name | Recipient Phone | Amount | Status | Date |
|---|---|---|---|---|
| {{ $row->merchant->fullname }} | {{ $row->msisdn }} | {{ number_format($row->amount) }} | {{ $row->status }} | {{ $row->created_at }} |
| No Data | ||||