@extends('layouts.adminapp') @section('content') {{-- Journal --}}

{{$Voucher->title}}

{{$Voucher->title}} {{__('lng.Table')}}
{{__('lng.CreateNew')}}
@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')

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

@endif
@endsection