@extends('admin.layouts.app') @section('title', ucfirst($type) . ' Voucher Entry') @section('content')

@if($type == 'journal') 📝 Journal Voucher @elseif($type == 'receipt') 💰 Receipt Voucher @elseif($type == 'payment') 💸 Payment Voucher @elseif($type == 'contra') 🔄 Contra Voucher @endif

@if(session('error')) @endif
@csrf
📋 Voucher Details
📎
Choose File
No file chosen
PDF, JPG, PNG, DOC
📝 Transactions
Account Ledger * Type * Amount * Description Action
📊 Voucher Summary
Total Debit: Rs. 0.00
Total Credit: Rs. 0.00
Difference: Rs. 0.00
@endsection