@extends('frontend.layout') @section('page_title', $generic_info->generic_name.' | Generic Names (Herbal)') @section('content')

{{$generic_info->generic_name}}

@if ($generic_info->indications)

Indications

{!! $generic_info->indications !!}
@endif @if ($generic_info->pharmacology)

Pharmacology

{!! $generic_info->pharmacology !!}
@endif @if ($generic_info->dosage_and_administration)

Dosage And Administration

{!! $generic_info->dosage_and_administration !!}
@endif @if ($generic_info->interaction)

Interaction

{!! $generic_info->interaction !!}
@endif @if ($generic_info->contraindications)

Contraindications

{!! $generic_info->contraindications !!}
@endif @if ($generic_info->side_effects)

Side Effects

{!! $generic_info->side_effects !!}
@endif @if ($generic_info->pregnancy_and_lactation)

Pregnancy And Lactation

{!! $generic_info->pregnancy_and_lactation !!}
@endif @if ($generic_info->precautions_and_warnings)

Precautions And Warnings

{!! $generic_info->precautions_and_warnings !!}
@endif @if ($generic_info->overdose_effects)

Overdose Effects

{!! $generic_info->overdose_effects !!}
@endif @if ($generic_info->therapeutic_class)

Therapeutic Class

{!! $generic_info->therapeutic_class !!}
@endif @if ($generic_info->use_in_special_populations)

Use in special populations

{!! $generic_info->use_in_special_populations !!}
@endif @if ($generic_info->storage_conditions)

Storage Conditions

{!! $generic_info->storage_conditions !!}
@endif

Available Brand Names

@endsection