@extends('layouts.adminapp') @section('title') {{ __('lng.VoucherReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_account', 'open') @section('active_account', 'active') @section('voucher_report', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.VoucherType') }} | {{ __('lng.VoucherNumber') }} | {{ __('lng.Ledger') }} | {{ __('lng.Debit') }} | {{ __('lng.Credit') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $DTs }} | {{ $LedgerPosting->vouchertype->title }} | {{ $LedgerPosting->vouchernumber }} | {{ $LedgerPosting->accountledger->title }} | @currency($LedgerPosting->debit) | @currency($LedgerPosting->credit) |
Total | @currency($TotalDebit) | @currency($TotalCredit) |