@if(Auth::user()->can('view-patient-accounts-deposits')) {{ __('patient_accounts.patient_accounts_deposits_reports') }} @endif @if(Auth::user()->can('view-patient-accounts-refunds')) {{ __('patient_accounts.patient_accounts_refunds_reports') }} @endif @if(Auth::user()->can('view-patient-accounts-consumptions')) {{ __('patient_accounts.patient_accounts_consumption_reports') }} @endif