@extends('layouts.main') @section('title', 'Agent Management') @section('content') @push('head') {{-- date --}} @endpush

Agency Reports

@foreach($items as $item) @endforeach
S/N Agent Name Phone No Email No of Transaction Total Paid
{{$loop->iteration}} {{$item['account_code']}} {{$item['bank']}} {{$item['account_name']}} {{$item['account_number']}} {{$item['account_number']}}
@push('script') @endpush @endsection