@extends('front.layout') @section('meta-keywords', "$setting->product_meta_key") @section('meta-description', "$setting->product_meta_desc") @section('content')

{{ __('Products') }}

@include('front.load.search_product',$categories)
@foreach ($products as $product)
Image @if($product->stock <= 0) {{ __('Stock Out') }} @endif
{{$product->title}}

{{Helper::showCurrencyPrice($product->previous_price)}} {{Helper::showCurrencyPrice($product->current_price)}}

@endforeach
@endsection @section('script') @endsection