@extends('layouts.accounts') @section('content') @php $lang=app()->getLocale(); @endphp

Receipt Voucher

@if ($errors->any())
@endif
@csrf
Receipt No # {{$receipt_no}}
Amount Received
Details of the transaction
Details of the transaction
Latest Receipt Vouchers
@foreach ($vouchers as $voucher) @endforeach
Date/Time Narration Amount
{{$voucher->created_at->format('d M,Y h:i:s A')}} {{$voucher->narration}} {{$voucher->total_amount}}
@csrf {{ method_field('DELETE') }}
@endsection