chore: Update User column placeholder from 'Guest' to 'Tamu'.

This commit is contained in:
Yoga Pangestu 2026-03-13 09:45:35 +07:00
parent 88c450af7f
commit 5313afb31e

View File

@ -68,7 +68,7 @@ public static function table(Table $table): Table
TextColumn::make('user.name')
->label('User')
->placeholder('Guest'),
->placeholder('Tamu'),
])
->defaultSort('date', 'desc')
->filters([