@php use Illuminate\Support\Str; @endphp
|
Company Information
@if($company && $company->logo_path)
Name: {{ $company->name ?? 'Melsoft Zim Pvt Ltd' }}
Address: {{ $company->address ?? 'Harare, Zimbabwe' }}
Phone: {{ $company->phone ?? '+263 242 700000' }}
Email: {{ $company->email ?? 'info@melsoft.co.zw' }}
|
Report Information
Date: {{ date('F j, Y') }}
Supplier Range: {{ $fromSupplier->supplier_code }} to {{ $toSupplier->supplier_code }}
Total Suppliers: {{ $suppliers->count() }}
|
| Code | Name | Contact Person | Address | Tel | Category | Ageing | Area | |
|---|---|---|---|---|---|---|---|---|
| {{ $supplier->supplier_code }} | {{ $supplier->supplier_account }} | {{ $supplier->contact_person }} | {{ $supplier->address }} | {{ $supplier->contact_1 }} @if($supplier->contact_2) / {{ $supplier->contact_2 }} @endif | {{ $supplier->email }} | {{ $supplier->category->name ?? 'N/A' }} | {{ $supplier->ageAnalysis->description ?? 'N/A' }} | {{ $supplier->area->name ?? 'N/A' }} |