@extends('partial.mobile') @php $userRole = auth()->user()->roles[0]->id; $page_name = 'All Payment Transfer'; @endphp @include('partial.header') @include('partial.loader')

All Payment Transfer

@foreach ($allVouchers as $index => $voucher)

{{ $index + 1 }}.{{ $voucher['LedgerName'] }}

{{ $voucher['Amount'] }} {{ $voucher['AmountType'] }}
{{ $voucher['VoucherDate'] }}

@endforeach
Add Voucher

CLICK HERE TO ADD NEW VOUCHER

@section('script') @endsection @section('style') @endsection