@extends('layouts.welcomelayouts.app') @section('title') {{ $brand->title }} - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts.welcomelayouts.topsidebarmenu')

{{ $brand->title }}

@foreach($products as $product)
@include('welcome.products.include.productCard')
@endforeach
@if(!$products->count() > 0)
No found Products
@endif {{$products->links()}}
@endsection @push('js') @endpush