2023-03-29 22:32:49 +02:00
|
|
|
<div>
|
|
|
|
<ul>
|
|
|
|
<li>room_code: {{ $location->room_code }}</li>
|
|
|
|
<li>timestamp_located_since: {{ $location->timestamp_located_since }}</li>
|
|
|
|
</ul>
|
2023-03-31 10:52:12 +02:00
|
|
|
<button><a href="locations/{{ $location->location_transaction_id }}/edit">Edit</a></button>
|
|
|
|
<form method="POST" action="locations/{{ $location->location_transaction_id }}">
|
|
|
|
@method('DELETE')
|
|
|
|
@csrf
|
|
|
|
<button>Delete</button>
|
|
|
|
</form>
|
2023-03-29 22:32:49 +02:00
|
|
|
</div>
|