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

{{ __('Products') }}

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

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

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