Select::make('client_id') ->relationship('client', 'reference') ->getOptionLabelFromRecordUsing(fn (Model $record) => "{$record->reference} - {$record->first_name} {$record->insertion} {$record->last_name}") ->searchable() ->preload() ->createOptionForm([ ]) ->createOptionModalHeading(__('clients.Gegevens nieuwe client')) ->required() ->visibleOn('create')