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