@extends('frontend.layout') @section('page_title', ($available_brands->brand_name ?? 'Not Found').' |'.($available_brands->dosage_forms ?? '').' |'.($available_brands->strength ?? '').'| '.($available_brands->company_name ?? '')) @section('content')
@if($available_brands)

{{$available_brands->dosage_forms ?? ''}} {{$available_brands->brand_name ?? ''}} {{$available_brands->dosage_forms ?? ''}}

@if($generic_info) {{$available_brands->generic_name ?? ''}} @else {{$available_brands->generic_name ?? ''}} @endif
{{$available_brands->strength ?? ''}}
@else

Brand Not Found

The requested brand could not be found.

@endif
Unit Price: ৳ {{$available_brands->unit_price}}

@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
@endsection