@extends('layouts.adminapp') @section('title') {{$Voucher->title}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_payment', 'open') @section('active_payment', 'active') @section('active_payment_voucher'.$Voucher->title, 'active') @section('content')

{{ $Voucher->title }}

{{ $Voucher->title }} {{ __('lng.Table') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($Expenses as $Expense) @php $DTs = date("d-m-Y",strtotime($Expense->date)); @endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.Invoice') }} {{ __('lng.Name') }} {{ __('lng.ExpenseLedger') }} {{ __('lng.PayLedger') }} {{ __('lng.Amount') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }}{{ $DTs }} {{ $Expense->invoicenumber }} {{ $Expense->name }} {{ $Expense->expenseledger->title }} {{ $Expense->payledger->title }} @currency($Expense->amount) {{ $Expense->narration }}
{{--
--}} {{-- --}}
@csrf @method('delete')

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

@endif
@endsection