@extends('merch_layouts.merch_master') @section('page-title') Merchant | {{ $page_title }} @endsection @section('page-content')
| Phone | Amount ({{ $merchant->currency }}) | Status | Sale Date |
|---|---|---|---|
| {{ $row->msisdn }} | {{ number_format($row->amount) }} | {{ $row->status }} | {{ Carbon\Carbon::parse($row->created_at)->format('F d, Y') }} |
| No Data | |||