@props(['device'])

Device Detail

@php $locationTransactions = $device->locations; $ownerTransactins = $device->owners; @endphp

Location Transactions

@foreach ($locationTransactions as $location) @endforeach

Owner Transactions

@foreach ($ownerTransactins as $owner) @endforeach