@extends('layouts.employee') @section('page-title', 'Expense Groups') @section('page-subtitle', 'Create and manage your personal expense categories') @section('content')
Create groups like Travel, Food, Client Visit and use them while adding expenses.
Group names should be short and meaningful, such as Travel, Hotel, Fuel, Client Visit.
No groups yet. Add your first group using the form above.
@else| Group Name | Status | Created |
|---|---|---|
| {{ $group->name }} | @if($group->is_active) Active @else Inactive @endif | {{ $group->created_at?->format('d M Y, H:i') ?? '-' }} |