{{__('lng.DayBook')}}
--}}{{__('lng.ReportTable')}}
| {{ __('lng.OpeningBalance') }} | @if ($OpeningBalance >= 0) @currency($OpeningBalance) DR @php $TotalDebit = $OpeningBalance; @endphp @else @currency(abs($OpeningBalance)) CR @php $TotalCredit = abs($OpeningBalance); @endphp @endif | ||||||
| {{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.VoucherNumber') }} | {{ __('lng.VoucherType') }} | {{ __('lng.Amount') }} | |||
|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $row->from }} | {{ $row->vouchernumber }} | {{ $row->destination }} ({{ __('lng.Advance') }}) | {{ $row->advance }} | |||
| {{ ++$si }} | {{ $row->from }} | {{ $row->vouchernumber }} | {{ $row->destination }} ({{ __('lng.Discount') }}) | {{ $row->discount }} | |||
| {{ ++$si }} | {{ $row->from }} | {{ $row->vouchernumber }} | {{ $row->destination }} ({{ __('lng.TripEstimate') }}) | {{ $row->trip_estimate }} | {{ __('lng.Total') }} | @currency($TotalAmount) | |
{{ $TripsPagination->links() }}