Trans. Code | Date | Vendor | Bill Amount {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|
{{$list->transaction}} | {{$list->date}} | {{@ucwords(@strtolower($list->vendor))}} | @convert(round($list->total_amount, 2)) |
Total | {{round($lists->sum('total_amount'),2)}} |