@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')

{{ $Voucher->title }}

{{ $Voucher->title }} {{ __('lng.Table') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@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 }}
{{--
--}} {{-- --}}
@csrf @method('delete')

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

@endif
@endsection