@extends('admin.layouts.app') @section('title', 'Voucher Details') @section('page_title', 'Voucher Details') @section('content')
{{ $companyAddress }}
@endifVoucher No: {{ $voucher->voucher_no }} | Date: {{ date('d-m-Y', strtotime($voucher->date)) }}
| Party Type | {{ ucfirst($voucher->party_type) }} |
|---|---|
| Party Name | {{ $party->name ?? $voucher->party_name ?? '-' }} |
| Branch | {{ $sale->branch->name }} |
| Phone | {{ $party->phone ?? '-' }} |
| Category | {{ $voucher->category }} |
| Voucher Type | @if($voucher->type == 'credit') Credit (Received) @elseif($voucher->type == 'debit' && $voucher->party_type == 'expenses') Expense @else Debit (Paid) @endif |
|---|---|
| Payment Method | {{ $paymentMethod }} |
| Invoice No | {{ $sale->invoice_no }} |
{{ $cleanDesc }}
Received By
Authorised Signatory
This is a computer-generated voucher and does not require a physical signature.