@extends('layout.app') @section('content')
{{ $company_info->name ?? '' }}For Office UseInvoce No: {{ date('Y') }}{{ $r->invoice_id ?? '' }} @if ($r->customer_code != null) Code: {{ $r->customer_code ?? '' }} @else CID: {{ $r->id }} @endif Name: {{ $r->clients_name ?? '' }} Username: {{ $r->userid }} Mobile: {{ $r->contact_no ?? '' }} Monthly Bill: {{ $r->billamount - $r->paidAmount ?? '' }} Total Due: {{ number_format($r->dueAmount ?? '', 2) }} {{-- {{ $r->due_amount ?? '' }} --}} Signature: |
Signature: |