@extends('layouts.app') @section('title', 'Dish Devices - ISP ERP System') @section('content')
| Device Type | Serial Number | Assigned To | Status | Actions |
|---|---|---|---|---|
| {{ $device->device_type }} | {{ $device->serial_number ?? 'N/A' }} | {{ $device->customer->customer_name ?? 'N/A' }} | {{ ucfirst($device->status) }} | View Edit |