| {{Carbon\Carbon::parse($statement->date)->format(config('app_settings.date_format.value'))}} |
{{$statement->type == 'invoice' ? capitalizeName($statement->category) : capitalizeName($statement->payment_method).' Payment ' }} |
{{$statement->type == 'invoice' ? \App\Models\Util::ConvertPrice($statement->amount) : '' }} |
{{$statement->type == 'payment' ? \App\Models\Util::ConvertPrice($statement->amount) : '' }} |
{{\App\Models\Util::ConvertPrice($statement->closingBalance)}} |
@endforeach
@if (count($statements) == 0)