Device Detail
- title: {{ $device['title'] }}
- device_type: {{ $device['device_type'] }}
- description: {{ $device['description'] }}
- accessories: {{ $device['accessories'] }}
- rz_username_buyer: {{ $device['rz_username_buyer'] }}
- serial_number: {{ $device['serial_number'] }}
- image_url: {{ $device['image_url'] }}
@php
$locationTransactions = $device->locations;
$ownerTransactins = $device->owners;
@endphp
Location Transactions
@foreach ($locationTransactions as $location)
@endforeach
Owner Transactions
@foreach ($ownerTransactins as $owner)
@endforeach