@extends('frontend.layout') @section('page_title', 'List of Brand Names') @section('content')

{{$generic_name ?? ''}}

Available Brands

@if($generic_id) @endif

Filter By:

@foreach($brands as $brand) @endforeach
Brand Name Dosage Form Strength Company Unit Price & Pack Size
{{$brand->brand_name ?? ''}} {{$brand->dosage_forms}} {{$brand->dosage_forms ?? ''}} {{$brand->strength ?? ''}} {{$brand->company_name ?? ''}} {{$brand->unit_price ?? '0'}}
@endsection @section('styles') @endsection @section('scripts') @endsection