There are multiple methods, but this works:
Date::make('Due At')->withMeta(['value' => $this->due_at ?? Carbon::now()->addDays(2)->toDateString()])->hideFromIndex()->hideFromDetail(), Date::make('Due At')->hideWhenCreating(),
There are multiple methods, but this works:
Date::make('Due At')->withMeta(['value' => $this->due_at ?? Carbon::now()->addDays(2)->toDateString()])->hideFromIndex()->hideFromDetail(), Date::make('Due At')->hideWhenCreating(),