label('Kembali') ->url(ListNews::getUrl()) ->outlined() ->color('secondary'), ]; } protected function handleRecordCreation(array $data): Model { $data['author_id'] = auth()->id(); return static::getModel()::create($data); } }