@extends('user.layout.user-app') @section('content')

Reservation


@foreach($reservations as $reserve) {{-- --}} @endforeach
# Tower Name Price Date Action
{{$reserve->id ?? ''}}{{$reserve->user->name ?? ''}}{{$reserve->tower->tower_name ?? ''}} {{$reserve->tower->price ?? ''}} {{$reserve->date ?? ''}} Detail
@endsection