@php $moduleName = 'Pharmacy'; $arName = 'الصيدلية'; @endphp

{{ \App\Helpers\TranslationHelper::transFromDatabase($moduleName . ' - Reports', __($arName . ' - التقارير')) }}

{{ \App\Helpers\TranslationHelper::transFromDatabase('Back', __('عودة')) }}

{{ __('Dispensing Report') }}

{{ __('Detailed report of all medications dispensed to patients.') }}

@csrf

{{ __('Controlled Drugs Log') }}

{{ __('Mandatory log for controlled and narcotic substances.') }}

@csrf

{{ __('Inventory Summary') }}

{{ __('Current stock levels and valuation for the pharmacy.') }}

@csrf

{{ __('Returns Report') }}

{{ __('Summary of medication returns and reasons.') }}

@csrf

{{ __('Expiry Analysis') }}

{{ __('Forecasting expiring medications to minimize loss.') }}

@csrf