@extends('layoutUser') @section('index-content')
| 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}} |