@extends('layouts.main') @section('title', 'Agent Management') @section('content') @push('head') {{-- date --}} @endpush
| S/N | Agent Name | Phone No | Account Name | Account Number | Bank Name | No of Transaction | Total Paid | Commission Earned | |
|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$agent['name']}} | {{$agent['mobile']}} | {{$agent['email']}} | {{$agent['account_name']}} | {{$agent['account_number']}} | {{$agent['bank']}} | {{number_format($agent['no_of_transactions'])}} | {{number_format($agent['total_paid'],2)}} | {{number_format($agent['amount'],2)}} |