@extends('admin/layout') @section('page_title', $generic->generic_name) @section('medicine_select','active') @section('generic_select','active') @section('styles') @endsection @section('content') {{$generic->generic_name}} View Dashboard Medicine Generic Back {{$generic->generic_name}} {{$generic->category_name}} @if($generic->indications) Indications:{!!$generic->indications!!} @endif @if($generic->pharmacology) Pharmacology:{!!$generic->pharmacology!!} @endif @if($generic->dosage_and_administration) Dosage & Administration:{!!$generic->dosage_and_administration!!} @endif @if($generic->interaction) Interaction:{!!$generic->interaction!!} @endif @if($generic->contraindications) Contraindications:{!!$generic->contraindications!!} @endif @if($generic->side_effects) Side Effects:{!!$generic->side_effects!!} @endif @if($generic->pregnancy_and_lactation) Pregnancy & Lactation:{!!$generic->pregnancy_and_lactation!!} @endif @if($generic->precautions_and_warnings) Precautions & Warnings:{!!$generic->precautions_and_warnings!!} @endif @if($generic->overdose_effects) Overdose Effects:{!!$generic->overdose_effects!!} @endif @if($generic->therapeutic_class) Therapeutic Class:{!!$generic->therapeutic_class!!} @endif @if($generic->use_in_special_populations) Use In Special Populations:{!!$generic->use_in_special_populations!!} @endif @if($generic->storage_conditions) Storage Conditions:{!!$generic->storage_conditions!!} @endif @isset($selectedGenerics) Generic Combinations: @foreach($selectedGenerics as $selectedGeneric) {{ $selectedGeneric->generic_name ?? '' }} @endforeach @endisset @endsection @section('scripts') @endsection
{{$generic->category_name}}