@extends('layouts.website_layout') @section('meta_title', $brand->meta_title) @section('meta_description', $brand->meta_description) @section('canonical_tag', "brands/".$brand->product_brand_url_slug) @section('brand_image', "product-brand/".$brand->brand_logo) @section('content')
{{$brand->product_brand_name}} {{$brand->product_brand_name}}
{!!nl2br($brand->banner_caption)!!}

{!!nl2br($brand->banner_description)!!}

{{$brand->introduction_title}}

{!!nl2br($brand->introduction_description)!!}

{{$brand->product_brand_name}}

{{$brand->product_brand_name}}

{!!nl2br($brand->brand_description)!!}
@if(!empty(count($product_brand_developments)))

Recent Developments

Slide left
1 / {{ceil(count($product_brand_developments)/2)}}
Slide Right
@endif
Filter Product
Clear
@foreach($product_categories as $product_category_row) @endforeach
@include('product_block')
@endsection