@extends('layouts.main') @section('title', 'Agent Management') @section('content') @push('head') {{-- date --}} @endpush
| S/N | Agent Name | Phone No | No of Transaction | Total Paid | |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$item['account_code']}} | {{$item['bank']}} | {{$item['account_name']}} | {{$item['account_number']}} | {{$item['account_number']}} |