@extends('backend.layouts.master') @section('title', __('static.provider_time_slot.provider_time_slots')) @section('content')
{{ __('static.provider_time_slot.provider_time_slots') }}
@can('backend.provider_time_slot.create') @endcan @can('backend.provider_time_slot.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush