@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Vis Lokationer @endsection @section("path") Vis lokationer / @endsection @section("content")
CreateOpret Lokation
@foreach($locations as $location) @endforeach
Navn Show Update Delete
{{$location->name}} $location ]) }}">Show $location ]) }}">Update
$location ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $locations->links() }} @endsection