@extends('admin-layouts.master') @section('title', 'Role Details - ' . $role->display_name) @section('content')
{{ $role->name }}
{{ $role->display_name }}
{{ $role->description }}
{{ $role->created_at->format('M d, Y') }}
{{ $role->created_at->diffForHumans() }}{{ $role->updated_at->format('M d, Y') }}
{{ $role->updated_at->diffForHumans() }}{{ $permission->description }}
@endifThis role doesn't have any permissions assigned.
@permission('manage_roles') Assign Permissions @endpermission