@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Rolle - Vis @endsection @section("path") Vis Roller / @endsection @section("content")
Navn | Beskrivelse | @if(auth()->user()->can('roles.edit'))@endif @if(auth()->user()->can('roles.delete')) | @endif |
---|---|---|---|
{{ $role->name }} | {{ $role->description }} | @if(auth()->user()->can('roles.edit'))$role->id ]) }}"> | @endif @if(auth()->user()->can('roles.delete'))@endif |