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

{{ \App\Helpers\TranslationHelper::transFromDatabase($moduleName . ' - Interactions', __($arName . ' - التداخلات الدوائية')) }}

@forelse($interactions as $interaction) @empty @endforelse
{{ __('Drug A') }} {{ __('Drug B') }} {{ __('Level') }} {{ __('Description') }} {{ __('Actions') }}
{{ $interaction->drugA->name ?? 'N/A' }} {{ $interaction->drugB->name ?? 'N/A' }} {{ $interaction->interaction_level }} {{ $interaction->description }} {{ __('Edit') }}
@csrf @method('DELETE')
{{ __('No records found.') }}
{{ $interactions->links() }}