@php $si=0; @endphp @foreach ($Journals as $Journal) @php $DTs = date("d-m-Y",strtotime($Journal->date)); @endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.Invoice') }} {{ __('lng.Credit') }} {{ __('lng.Debit') }} {{ __('lng.Amount') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }}{{ $DTs }} {{ $Journal->invoicenumber }} {{ $Journal->creditledger->title }} {{ $Journal->debitledger->title }} @currency($Journal->amount) {{ $Journal->narration }}
date)) type="button" title="{{ __('lng.AccountClosedEdit') }}" @else href="{{ route('JournalVoucher.edit', [$Journal->id, $Voucher->title]) }}" title="{{ __('lng.Edit') }}" @endif data-bs-toggle="tooltip" class="btn btn-wave btn-sm btn-primary-light" data-bs-placement="bottom" > @if ($Voucher->isactive)
@csrf @method('delete')
@else @php echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED'); @endphp @endif

{{ __('lng.Showing') }} {{ $Journals->count() }} {{ __('lng.Items') }}