chore: update column labels from Tgl to Tanggal in DataChange and News tables
This commit is contained in:
parent
1ae4d58b48
commit
d9eb5af495
@ -77,7 +77,7 @@ public static function configure(Table $table): Table
|
|||||||
->limit(50),
|
->limit(50),
|
||||||
|
|
||||||
TextColumn::make('created_at')
|
TextColumn::make('created_at')
|
||||||
->label('Tgl Permohonan')
|
->label('Tanggal Permohonan')
|
||||||
->date()
|
->date()
|
||||||
->sortable()
|
->sortable()
|
||||||
->dateTime('l, d F Y H:i:s')
|
->dateTime('l, d F Y H:i:s')
|
||||||
|
|||||||
@ -64,7 +64,7 @@ public static function configure(Table $table): Table
|
|||||||
->alignCenter(),
|
->alignCenter(),
|
||||||
|
|
||||||
TextColumn::make('published_at')
|
TextColumn::make('published_at')
|
||||||
->label('Tgl Publish')
|
->label('Tanggal Publish')
|
||||||
->searchable()
|
->searchable()
|
||||||
->sortable()
|
->sortable()
|
||||||
->date('l, d F Y H:i'),
|
->date('l, d F Y H:i'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user