add create/edit functionality
This commit is contained in:
@ -23,12 +23,12 @@
|
||||
$ownerTransactins = $device->owners;
|
||||
@endphp
|
||||
<h3>Location Transactions</h3>
|
||||
<button><a href="{{ $device->device_id }}/location/create">New Location</a></button>
|
||||
<button><a href="{{ $device->device_id }}/locations/create">New Location</a></button>
|
||||
@foreach ($locationTransactions as $location)
|
||||
<x-location-transaction :location="$location" />
|
||||
@endforeach
|
||||
<h3>Owner Transactions</h3>
|
||||
<button><a href="{{ $device->device_id }}/owner/create">New Owner</a></button>
|
||||
<button><a href="{{ $device->device_id }}/owners/create">New Owner</a></button>
|
||||
@foreach ($ownerTransactins as $owner)
|
||||
<x-owner-transaction :owner="$owner" />
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user