@extends('layouts.app_rest') @section('content')
@can('table-booking.create') @endcan {{-- @can('table-booking.update') @endcan @can('table-booking.delete') @endcan --}}
@can('table-booking.view')
Table Name Customer Name Booking Date Reserved Book Date Status Action
@endcan
@endsection @section('javascript') @endsection