@extends('layouts.main')
@section('title', 'Payment Report')
@section('content')
@push('head')
{{-- date --}}
{{-- --}}
@endpush
Filter Result: {{$fromDate}} to {{$toDate}}
Filter Result: {{$fromDate}} to {{$toDate}}
| S/N | --}}Amount(₦) | Transaction Reference | Payment Status | Payment Channel | Bank | User | Month | MDA | Created on | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| --}} | {{$item->amount}} | {{$item->transaction_id}} | {!! $item->payment_status=='Paid'? "Paid" : "UnPaid" !!} | {{ Str::ucfirst($item->channel)}} | {{ Str::ucfirst($item->bank)}} | {{$item->agent_name}} | {{$item->month}} | {{$item->mda_name}} | {{$item->createdDtm}} | rem_id)}}' class='btn btn-primary btn-sm'>View |