@props([ 'apartments' => [], 'limit' => null, ]) @php if ($limit) { $apartments = array_slice($apartments, 0, $limit); } @endphp @if ($apartments)