@extends('layoutUser') @section('index-content')
@foreach($facility_booking as $one) @endforeach
Room Number Facility Name Duration Fee Date Time In Time Out
{{$one->roomNumber}} {{$one->facility_name}} {{$one->duration}} hour ${{$one->fee}} {{$one->booking_date}} {{$one->time_in}} {{$one->time_out}}
{{--delete a facility booking--}} @stop