@foreach( $listings as $listing) @if($listing['is_featured']) <div class="bg-gray-50 rounded-lg shadow-md overflow-hidden"> <div class="p-6"> <h3 class="text-xl font-semibold text-gray-800 mb-2">{{ $listing['address']}}</h3> <p class="text-gray-600 mb-4">${{ number_format( $listing['price'])}} • {{ $listing['bed']}} Bed • {{ $listing['bath']}} Bath</p> </div> </div> @endif @endforeach
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter