@extends('layout.main') @section('content')
For the period from {{ Carbon\Carbon::parse($startDate)->format('F d, Y') }} to {{ Carbon\Carbon::parse($endDate)->format('F d, Y') }}
Account | Debit ({{ getCurrencyCode() }}) | Credit ({{ getCurrencyCode() }}) |
---|---|---|
{{ $item['account']->account_name }} {{ $item['account']->account_code }} |
@if($item['debits'] > 0) {{ formatAmount($item['debits']) }} @else - @endif | @if($item['credits'] > 0) {{ formatAmount($item['credits']) }} @else - @endif |
TOTAL | {{ formatAmount($trialBalanceData['total_debits']) }} | {{ formatAmount($trialBalanceData['total_credits']) }} |
No data to display
Please select a date range to generate the Trial Balance report.