@can("patient bookings")
@endcan
@can("patient services")
@endcan
@can("patient voice notes")
@endcan
@can("patient payments")
@endcan
@can("patient protocol")
@endcan
@can("patient report")
@endcan
@can("patient sessions")
@if($patient->sessions?->count())
{{-- --}}
@endif
@endcan
@can("patient appointments")
@if($patient->doctor_appointments?->count())
@endif
@endcan