@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Rolle - Vis @endsection @section("path") Vis Roller / @endsection @section("content")
CreateOpret Rolle
@csrf
@foreach($roles as $role) @endforeach
Navn Beskrivelse Update Delete
{{ $role->name }} {{ $role->description }} $role->id ]) }}">Update
$role ]) }}" class="w-100 nostyle"> @csrf @method("delete")
@endsection