@extends('backoffice.pharmacy.layout') @section('content')
| N° | Spécialité | Prix | DCI | Contre indication | Classe thérapeutique | Interaction médicamenteuse | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $pharmacyDrug->speciality_name ?? '' }} | {{ $pharmacyDrug->price ?? '' }} XOF | {{ $pharmacyDrug->dci ?? '' }} | {{ $pharmacyDrug->contre_indication ?? '' }} | {{ optional($pharmacyDrug->therapeutic_class)->value ?? '' }} | {{ $pharmacyDrug->drug_interaction ?? '' }} |
|
| Aucun medicaments | |||||||