{{--'booking_id', 'user_id', 'date', 'time_from', 'time_to', 'status'--}} @foreach($bookes as $book) @endforeach
# العقار المستخدم الحاله الاعدادات
{!! $loop->iteration !!} {!! ($book->Booking && $book->Booking->building)? $book->Booking->building->name : '' !!} {!! ($book->user)? $book->user->name : '' !!} {!! $book::$status[$book->status] !!} تعديل
@csrf() @method('delete')