@extends('dashboard.parent') @section('title', __('pages.specializations')) @section('page_name', __('pages.specializations')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
@can('Read-Specializations')
@endcan @can('Read-Specializations')
@endcan @can('Create-Specialization') {{ __('pages.add_new_specialization') }} @endcan
{{ $dataTable->html()->table(['class' => 'table align-middle table-row-dashed fs-6 gy-5', 'id' => 'specialization-table'], true) }}
@endsection @section('js') {{ $dataTable->html()->scripts() }} @endsection