Device Model Details

Name: {{ $deviceModel->name }}
Manufacturer: {{ $deviceModel->manufacturer ?? '-' }}
Model Number: {{ $deviceModel->model_number ?? '-' }}
Description: {{ $deviceModel->description ?? '-' }}
Specifications: {{ $deviceModel->specifications ?? '-' }}
Standard Price: Rs. {{ number_format($deviceModel->standard_price, 2) }}
Status: {{ ucfirst($deviceModel->status) }}
Created At: {{ $deviceModel->created_at->format('Y-m-d H:i') }}
Updated At: {{ $deviceModel->updated_at->format('Y-m-d H:i') }}
Edit Back to List