2023-03-23 21:50:31 +01:00
|
|
|
<h1>Device Detail</h1>
|
|
|
|
<h2>{{ $device['device_id'] }}</h2>
|
|
|
|
<h2>{{ $device['title'] }}</h2>
|
|
|
|
<h2>{{ $device['device_type'] }}</h2>
|
|
|
|
<h2>{{ $device['description'] }}</h2>
|
|
|
|
<h2>{{ $device['accessories'] }}</h2>
|
|
|
|
<h2>{{ $device['rz_username_buyer'] }}</h2>
|
|
|
|
<h2>{{ $device['serial_number'] }}</h2>
|
|
|
|
<h2>{{ $device['image_url'] }}</h2>
|