@extends('layouts.fullscreen') @section('content')
Bills
@if(Route::currentRouteName() == "ExpensesReportMain")
@else
@endif
@foreach($expenses_today as $expenses_today) @endforeach
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))

Attchad 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}}
@endsection