@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content') @if($brand->banner)
@endif

{{ $brand->name }}

{{$brand->name}}
@include('includes.filter')
@if (env('THEME') === 'theme-09') @include('front.themes.theme-09.components.filtered-products') @else @include('includes.product.filtered-products') @endif
@endsection @section('scripts') @endsection