@extends('layouts.admin') @section('title', $role->name) @section('page-title', ucfirst(str_replace('-', ' ', $role->name))) @section('page-subtitle', 'Role Details') @section('content')
Guard: {{ $role->guard_name }}
No permissions assigned to this role.
@endif{{ $user->name }}
{{ $user->email }}
No users have this role.
@endif