SIM Number
{{ $simCard->sim_number }}
Provider
{{ $simCard->provider }}
Plan Type
{{ ucfirst(str_replace('_', ' ', $simCard->plan_type)) }}
Monthly Cost
PKR {{ number_format($simCard->monthly_cost, 2) }}
There are no in-stock devices available to assign this SIM card to.
Please add devices to inventory first.
Total Available
{{ $devices->count() }}
Device Models
{{ $devices->unique('device_model_id')->count() }}
Ready to Assign
{{ $devices->where('status', 'in_stock')->count() }}