{{--
@if (Auth::user()->hasRole('Admin'))
{{ __('messages.appointment.new_appointment') }}
@endif @if (Auth::user()->hasRole('Doctor'))
{{ __('messages.common.export_to_excel') }}
@endif @if (Auth::user()->hasRole('Patient|Receptionist')) @endif
--}}