@extends('layouts.app') @section('content')
| S/N | NUMBER OF TRANSACTIONS | TRANSACTION VALUE (₦) | {{ $col_title }} |
| {{ $loop->iteration }}. | {{ $d->counter }} | {{ number_format($d->amountsum, 2) }} | {{ $d->$model->description }} |
| - | {{ $total_count }} | {{ number_format($total_amount, 2) }} | All |
| S/N | NUMBER OF TRANSACTIONS | TRANSACTION VALUE (₦) | {{ $col_title }} |