@php use Illuminate\Support\Str; @endphp Supplier Listing Report
Supplier Listing Report
Company Information
@if($company && $company->logo_path) Company Logo @endif
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() }}
@foreach($suppliers as $supplier) @endforeach
Code Name Contact Person Address Tel Email 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' }}