@extends('layouts.adminapp') @section('title') {{$Voucher->title}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_journal', 'open') @section('active_journal', 'active') @section('active_journal_voucher'.$Voucher->title, 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Invoice') }} | {{ __('lng.Credit') }} | {{ __('lng.Debit') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $DTs = date("d-m-Y",strtotime($Journal->date)); @endphp{{ $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)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $Journals->count() }} {{ __('lng.Items') }}