@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ langConverter($category_m->en_BrandName, $category_m->fr_BrandName) }}
{{ __('Home') }}
{{ langConverter($category_m->en_BrandName, $category_m->fr_BrandName) }}
{{ __('Brands') }}
@foreach (Brnad() as $item)
{{ langConverter($item->en_BrandName, $item->fr_BrandName) }}
@endforeach
{{ __('Filter') }}
{{ __('Categories') }}
@foreach ($category as $cateogories)
{{ $cateogories->en_Category_Name }}
{{ productCategoryCount($cateogories->id) }}
@endforeach
{{ __('Price') }}
{{--
{{ __('Colors') }}
@foreach ($colors as $color)
{{ $color->Name }}
{{ productColorCount($color->id) }}
@endforeach
--}} {{--
{{ __('Size') }}
@foreach ($sizes as $size)
{{ $size->Size }}
@endforeach
--}} {{--
{{ __('Brand') }}
@foreach ($brands as $brand)
{{ $brand->en_BrandName }}
{{ productBrandCount($brand->id) }}
@endforeach
--}}
@foreach ($products as $product)
@if ($product->ItemTag)
{{ $product->ItemTag }}
@endif
{{ langConverter($product->en_Product_Name, $product->fr_Product_Name) }}
{{ currencyConverter($product->Price) }}
{{ currencyConverter($product->Discount_Price) }}
{{ __('Add To Cart') }}
@endforeach
{{ $products->links('vendor.pagination.careers') }}
{{ __('Filter') }}
{{ __('Search Here') }}
{{ __('Categories') }}
@foreach ($category as $cateogories)
{{ $cateogories->en_Category_Name }}
{{ productCategoryCount($cateogories->id) }}
@endforeach
{{ __('Price') }}
{{--
{{ __('Colors') }}
@foreach ($colors as $color)
{{ $color->Name }}
{{ productColorCount($color->id) }}
@endforeach
--}} {{--
{{ __('Size') }}
@foreach ($sizes as $size)
{{ $size->Size }}
@endforeach
--}} {{--
{{ __('Brand') }}
@foreach ($brands as $brand)
{{ $brand->en_BrandName }}
{{ productBrandCount($brand->id) }}
@endforeach
--}}
{{--
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush() @endsection