@extends('layouts.app')
@push('datatable-styles')
@include('sections.datatable_css')
@endpush
@section('filter-section')
@include('reservations.filters')
@endsection
@section('content')
{{--
--}}
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}