add components button

This commit is contained in:
TimmensOne
2023-03-31 10:52:12 +02:00
parent 6894c2c3c5
commit 0e1de41203
10 changed files with 205 additions and 11 deletions

View File

@@ -3,4 +3,10 @@
<li>room_code: {{ $location->room_code }}</li>
<li>timestamp_located_since: {{ $location->timestamp_located_since }}</li>
</ul>
<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>
</div>