@if(\App\Models\Common::isDeIndexGlobally() == 0) @else @endif {{ $glossary->glossary_meta_title }} @include("new_design.common.href_lang") @include("new_design.common.gtag_head") @include("new_design.common.gtag_body") @include("new_design.common.fb_pixel") @include('new_design.top-menu') @include('new_design.mid-menu') @include('new_design.cart_sidebar') @include('new_design.nav_menu')
{{--

{{$glossary->name}}

--}}
{{--

Popular Searches

--}}
@if(count($glossary->glossaryRelated)>0)

{{$glossary->name}}

{!! $glossary->description !!}
@else

{{$glossary->name}}

{!! $glossary->description !!}
@endif
@foreach($category->products as $key => $col)
{{ $col->product_name }}
@csrf @if(\Auth::guard('customer')->check()) @else @endif
@csrf @if(\Auth::guard('customer')->check()) @else @endif
@csrf @if(\Auth::guard('customer')->check()) @else @endif
{{-- Sales --}} @if(\Auth::guard('customer')->check()) @if(isset(\Auth::guard('customer')->user()->is_customer) && \Auth::guard('customer')->user()->is_customer == 'salesman') @endif @endif

{{ $col->item_type_name }}

{{ \Illuminate\Support\Str::limit($col->product_name , $limit = 45, $end = ' ...') }}

{{--

Tk {{number_format(round($col->product_price2), 0)}}

--}}

Tk {{number_format(round($col->product_price2), 0)}} @if($col->cross_price > 0){{number_format(round($col->cross_price), 0)}}@endif

@if($col->special_discount > 0)

Ecom Discount Tk {{ number_format(round($col->special_discount), 0) }}

@endif
@endforeach
See More
@foreach($glossaries as $letter => $recordsByLetter)

{{ $letter == '#' ? '0-9' : $letter }}


@endforeach
@include('new_design.glossary.glossary-modal') @include('new_design.footer') {{-- --}}