@php $styleCss = 'style' @endphp
{{ __('messages.no_matching_records_found') }}
@can('manage_admin_dashboard') @endcan @can('manage_staff') @endcan @role('doctor') @can('manage_appointments') @endcan @can('manage_transactions') @endcan @can('manage_patient_visits') @endcan @endrole @role('patient') @endrole @can('manage_doctors') @endcan @can('manage_patients') @endcan @if (isRole('doctor')) @endif @if (isRole('patient')) @endif @if (isRole('clinic_admin')) @endif @if (!isRole('doctor') && !isRole('patient')) @can('manage_appointments') @endcan @endif @can('manage_medicines') @endcan @if (!isRole('doctor') && !isRole('patient')) @can('manage_transactions') @endcan @endif @if (!isRole('doctor') && !isRole('patient')) @can('manage_patient_visits') @endcan @endif @can('manage_services') @endcan @can('manage_specialities') @endcan @can('manage_front_cms') @endcan @can('manage_settings') @endcan