Ministry of Finance — Tax Payment Slip
Company: {{ $info->business_name ?? 'YOUR COMPANY NAME' }}
Print
Slip No
TAX-{{ str_pad($tax->id, 6, '0', STR_PAD_LEFT) }}
Issue Date
{{ date('Y-m-d') }}
Tax Title
{{ $tax->title }}
Tax Date
{{ $tax->date ?? '—' }}
Amount
{{ number_format($tax->amount ?? 0, 2) }}
Status
{{ $tax->status == 1 ? 'Active' : 'Inactive' }}
Details / Description
{{ $tax->details ?? 'N/A' }}
Company Address
{{ $info->address ?? '________________________' }}
Phone
{{ $info->phone ?? '________________' }}
Email
{{ $info->email ?? '________________' }}
Official Use
MoF / Revenue Dept Stamp
Receiver Name
________________________
Signature
________________________
Payment Reference
________________________
Please attach this slip with payment proof when submitting to the Ministry of Finance.
Generated by: {{ $info->business_name ?? 'ERP System' }}
Slip: TAX-{{ str_pad($tax->id, 6, '0', STR_PAD_LEFT) }}