@extends('backend.layout.app') @section('styles') @endsection @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.bookings') }} {{ __('main.show-all') }} {{ __('main.bookings') }} @endcomponent @endsection @section('content')
{!! $dataTable->table(['class' => 'table table-striped table-bordered table-hover table-checkable'], true) !!}
@include("backend.patients._partials._modal_quick_view") @endsection @section('js_scripts') {!! $dataTable->scripts() !!} @endsection