@php $photo = $cars->photos->first(); @endphp {{-- Full-bleed background image --}} @if($photo) {{ $cars->name }} @else @endif {{-- Gradient overlay: transparent top → dark bottom --}}
{{-- Arrow button top-right --}}
{{-- Text content pinned to bottom --}}

{{ $cars->name }}

$ {{ number_format((float) $cars->display_price, 2) }}

{!! \Illuminate\Support\Str::words(strip_tags(html_entity_decode($cars->description)), 20, '...') !!}