@extends('layout.base') @section('content')

Resultaten!

@if (count($bookings) == 0)

Oeps!

Geen boekingen gevonden.

@else @foreach($bookings as $booking) isNow()) class="booking__now @if ($booking->color()['luma'] > 180.0) reversed @endif" style="background-color: {{$booking->color()['color'] }}" @endif> @endforeach
Van Tot Boeker Land # gasten Kamer
{{ $booking->arrival->format('d/m/Y') }} {{ $booking->departure->format('d/m/Y') }} {{ $booking->customer->name }} {{ $booking->customer->country_str }} {{ $booking->guests }} @isset($booking->rooms[0]){{ $booking->rooms[0]->name }}@endisset
@endif @endsection