@extends('layouts.adminapp') @section('title') {{ __('lng.JournalVoucher') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('journal_voucher', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Credit') }} | {{ __('lng.Debit') }} | {{ __('lng.Narration') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $DTs }} | {{ $Journal->creditledger->title }} | {{ $Journal->debitledger->title }} | {{ $Journal->narration }} | @currency($Journal->amount ?? '0') |
{{ __('lng.Total') }} | @currency($Total) |