@extends('layouts.app')
@section('content')
{{-- Page Header --}}
{{ __('Created At') }}: {{ $role->created_at->format('d M, Y h:i A') }}
{{ __('Updated At') }}: {{ $role->updated_at->format('d M, Y h:i A') }}
{{ __('ID') }}: {{ $role->id }}
{{ __('Name') }}: {{ $role->name }}
{{ __('No permissions assigned to this role.') }}
@endif