@php $variant = \App\Models\CarVariant::find($value); @endphp {{ $variant->car_make->name }} > {{ $variant->car_model->name }} > {{ $variant->name }} ({{ $variant->production_from }} - {{ $variant->production_to }})