@extends('dashboard.layout.app') @section('title') {{ $title }} @endsection @section('content')

{{ $title }}

@livewire('reservations-table')
@endsection