@extends('layouts.master') @section('title', 'View Role - Prolex Law Firm System') @section('page-title', 'View Role') @section('content')
Role Details
Back to Roles
Role Name

{{ $userRole->role_name }}

Description

{{ $userRole->role_description ?: 'No description provided.' }}

Created At

{{ \Carbon\Carbon::parse($userRole->created_at)->format('d M Y, H:i') }}

Updated At

{{ \Carbon\Carbon::parse($userRole->updated_at)->format('d M Y, H:i') }}

@endsection