@extends('layouts.app') @section('title', session('company_code') . ' Elite System') @section('body')
| Particulars | Basic | {{--Senior | --}}Disc. | Interest | Sub Total | P. Method | D. Payment | Net Amt | Advances | Amt Paid | Total Due |
|---|
| @if (session('new_or') == 1) SI Number: @else OR Number: @endif | {{ session('or_current') ? session('or_current') : 'N/A' }} |
| Printer: | @if (session('current_printer')) @if (strlen(session('current_printer')) > 27) {{ substr(session('current_printer'), 0, 25) . '..' }} @else {{ session('current_printer') }} @endif @else {{ 'N/A' }} @endif |
| Total Due: | 0.00 |
| Voucher Payment: | 0.00 |
| Change : | 0.00 |
| @if (session('system_mode') == 'parallel' || auth()->user()->designation == 'ADMINISTRATOR') @endif | |
| USE VOUCHER {{-- --}} | |
| PARTICULARS | PAYMENT | BASIC | - DISCOUNT | + INTEREST | NET | + INITIAL | - ADVANCE | AMOUNT TO PAY |
|---|