@extends('layouts.master') @section('title', 'View Role - Prolex Law Firm System') @section('page-title', 'View Role') @section('content')
{{ $userRole->role_name }}
{{ $userRole->role_description ?: 'No description provided.' }}
{{ \Carbon\Carbon::parse($userRole->created_at)->format('d M Y, H:i') }}
{{ \Carbon\Carbon::parse($userRole->updated_at)->format('d M Y, H:i') }}