@props([ 'images' => [], 'title' => '', 'location' => '', 'rating' => '8.3', 'ratingLabel' => 'Very Good', 'reviews' => '0 reviews', 'price' => '', ])
{{-- MEDIA / SLIDER --}}
@foreach($images as $img)
@endforeach
{{-- OVERLAY GRADIENT --}}
{{-- NAV --}} @if(count($images) > 1) @endif {{-- DOTS --}}
{{-- FAVORITE --}}
{{-- BODY --}}
{{ $title }}
{{ $location }}
{{ $rating }}
{{ $ratingLabel }}
{{ $reviews }}
Starting from {{ $price }}