@props([ 'cities' => [ ['name' => 'Miami', 'image' => 'images/property/pc1.jpg', 'count' => 24, 'colClass' => 'col-lg-4 col-xl-4'], ['name' => 'Los Angeles', 'image' => 'images/property/pc2.jpg', 'count' => 18, 'colClass' => 'col-lg-8 col-xl-8'], ['name' => 'New York', 'image' => 'images/property/pc3.jpg', 'count' => 89, 'colClass' => 'col-lg-8 col-xl-8'], ['name' => 'Florida', 'image' => 'images/property/pc4.jpg', 'count' => 47, 'colClass' => 'col-lg-4 col-xl-4'], ], 'title' => 'Find Properties in These Cities', 'subtitle' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.' ])

{{ $title }}

{{ $subtitle }}

@foreach($cities as $city)
{{ $city['name'] }}

{{ $city['name'] }}

{{ $city['count'] }} Properties

@endforeach