@extends('layouts.master') @section('title', 'Roles - Prolex Law Firm System') @section('page-title', 'Roles Management') @section('content')
| user_role_id | assigned_at | updated_at | role_name | role_description | Actions |
|---|---|---|---|---|---|
| {{ $userRole->user_role_id }} | {{ $userRole->assigned_at }} | {{ $userRole->updated_at }} | {{ $userRole->role_name }} | {{ $userRole->role_description }} | View Edit |
Start by assigning roles to users.