Forms\Components\Select::make('customer_id')
->searchable()
->relationship(
name: 'customer',
titleAttribute: 'email' # working well with email, but I would like to filter by full_name instead of email
),
Forms\Components\Select::make('customer_id')
->searchable()
->relationship(
name: 'customer',
titleAttribute: 'email' # working well with email, but I would like to filter by full_name instead of email
),