@extends('layouts.master') @section('title', 'View Group - Prolex Law Firm System') @section('page-title', 'View Group') @section('content')
{{ $group->name }}
{{ $group->description ?: 'No description provided.' }}
{{ $group->created_at->format('d M Y, H:i') }}
{{ $group->updated_at->format('d M Y, H:i') }}