SelectFilter show full name
I currently have this filter added in:
It only shows me
I need to show both
SelectFilter::make('agent_id')->label('Agent')->relationship('filamentUser', 'first_name')It only shows me
first_name values.I need to show both
first_name and last_name. How can I achieve this?