Total Devices
{{ $statistics['total_devices'] }}
Total SIM Cards
{{ $statistics['total_sim_cards'] }}
Total Value
PKR {{ number_format($statistics['total_value'], 0) }}
Status
{{ $supplier->is_active ? 'Active' : 'Inactive' }}
{{ $supplier->name }}
{{ $supplier->company_name }}
{{ $supplier->contact_person }}
{{ $supplier->email }}
{{ $supplier->phone }}
{{ $supplier->secondary_phone }}
{{ $supplier->address }}
{{ $supplier->city ? $supplier->city . ', ' : '' }}{{ $supplier->country }}
{{ $supplier->tax_id }}
{{ $supplier->payment_terms }}
PKR {{ number_format($supplier->credit_limit, 2) }}
{{ $supplier->notes }}
| Serial Number | Model | Status | Purchase Price | Purchase Date |
|---|---|---|---|---|
| {{ $inventory->device_serial_number }} | {{ $inventory->deviceModel->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $inventory->status)) }} | PKR {{ number_format($inventory->purchase_price, 2) }} | {{ $inventory->purchase_date ? $inventory->purchase_date->format('Y-m-d') : 'N/A' }} |
Showing 10 of {{ $statistics['total_devices'] }} devices
| SIM Number | Provider | Plan Type | Status | Monthly Cost |
|---|---|---|---|---|
| {{ $simCard->sim_number }} | {{ $simCard->provider }} | {{ ucfirst(str_replace('_', ' ', $simCard->plan_type)) }} | {{ ucfirst($simCard->status) }} | PKR {{ number_format($simCard->monthly_cost, 2) }} |
Showing 10 of {{ $statistics['total_sim_cards'] }} SIM cards