Recent Active Booking

    @php $i=0; @endphp @foreach($list_bookings as $booking) @php $i++; if($i>10) break; @endphp
  • {{$booking["id"]}} {{$booking["title"]}}
    {{$booking["description"]}}
  • @endforeach