@extends('layout.app') @section('content')
{{ $company_info->name ?? '' }}For Office UseInvoce No: {{ date('Y') }}{{ $r->invoice_id ?? '' }} CID: {{ $r->id }} Name: {{ $r->clients_name ?? '' }} Username: {{ $r->userid }} Mobile: {{ $r->contact_no ?? '' }} Monthly Bill: {{ $r->billamount ?? '' }} Total: {{ $r->due_amount ?? '' }} Signature: |
|