Add Turkmen localization and update Filament resources; configure timezone and locale settings

This commit is contained in:
2025-08-30 16:45:36 +05:00
parent cdb5cbcb18
commit 18e425f533
15 changed files with 112 additions and 17 deletions

View File

@@ -15,15 +15,20 @@ class GroupsTable
return $table
->columns([
TextColumn::make('start_date')
->label('Başlanýan senesi')
->date()
->sortable(),
TextColumn::make('end_date')
->label('Gutarýan senesi')
->date()
->sortable(),
TextColumn::make('created_at')
->dateTime()
->sortable()
->toggleable(isToggledHiddenByDefault: true),
TextColumn::make('updated_at')
->dateTime()
->sortable()