@extends('frontend.layout') @section('page_title', $company->company_name) @section('styles') @endsection @section('content')

{{$company->company_name}}

{{$company->company_name}}
@if($company->established) @endif @if($company->market_share) @endif @if($company->growth) @endif @if($company->contact_details) @endif @if($company->fax) @endif
Established {{$company->established}}
Market Share {{$company->market_share}}
Growth {{$company->growth}}
Total generics {{$generics_count[$company->company_name]->count()}}
Total brands {{$brands_count[$company->company_name]->count()}}
Contact details {{$company->contact_details}}
Fax {{$company->fax}}
{!! $company->description !!}

Top brands

@foreach ($brands as $brands) @endforeach
@endsection