@extends('root') @section('title', 'Detail Role') @section('content')
@include('components.breadcrumb', [ 'title' => 'Detail Role', 'links' => [ ['url' => route('dashboard'), 'label' => 'Dashboard'], ['url' => route('role.index'), 'label' => 'Roles'], ], 'current' => 'Detail Role' ])

Detail Role: {{ $role->name }}

{{ $role->name }}

{{ $role->guard_name }}

{{ $role->created_at->format('d M Y, H:i') }}

{{ $role->updated_at->format('d M Y, H:i') }}

@csrf

Menu

@endsection @push('scripts') @endpush