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

{{ $group->name }}

Description

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

Created At

{{ $group->created_at->format('d M Y, H:i') }}

Updated At

{{ $group->updated_at->format('d M Y, H:i') }}

@endsection