@extends('layouts.modern') @section('page-title', $role->exists ? 'Edit Role' : 'Create Role') @section('breadcrumb') @endsection @section('action-buttons') Back to Roles @endsection @section('content')
{{ $role->created_at->format('M d, Y H:i') }}
{{ $role->updated_at->format('M d, Y H:i') }}
{{ $role->users()->count() }} users assigned
{{ $role->permissions()->count() }} permissions assigned