@extends('layouts.fullscreen') @section('content')
| Expenses Type | Paid to | Amount Paid {{empty($app->currency) ? "GHS" : $app->currency}} | Reference | Payment Account | Created at | Action | 
|---|---|---|---|---|---|---|
| {{@ucwords(@strtolower($expenses_today->e_type))}} @if(!empty($expenses_today->e_document)) @endif | {{$expenses_today->e_paid_to}} | @convert($expenses_today->e_amount) | {{@ucwords(@strtolower($expenses_today->e_reference))}} | {{@ucwords(@strtolower($expenses_today->payment_account))}} | {{$expenses_today->created_at}} |