@extends('dashboard.layout.content')
@section('customTitle')
{{ __('general.show_reservations') }}
@endsection
@section('customStyle')
@endsection
@section('customBody')
@include('dashboard.reservation.table.index')
@endsection
@section('customScript')
@endsection