@extends('layout.frontend.master') @section('meta-title', 'Products - LEREVE') @push('asset-top') @endpush @section('content') Chocolate From Chocolate Cakes, to Fruity Cakes, to cheesecakes and so many more, there is a cake for any celebration and occassion. Why not personalise a special birthday message on your chosen cake to make the celebration extra special. {{__('Filter')}} {{__('Sort by')}} {{__('Price: Low to High')}} {{__('Price: High to Low')}} {{__('Newest First')}} {{__('All Products')}} {{__('Category')}} @foreach($categories as $category) slug,$request['category']))?'checked':''}} @endif> {{(app()->getLocale()=='en')?ucwords($category->name_en):$category->name_ar}} @endforeach {{__('Occasions')}} @foreach($occasions as $occasion) slug,$request['occasion']))?'checked':''}} @endif> {{(app()->getLocale()=='en')?ucwords($occasion->name_en):$occasion->name_ar}} @endforeach {{__('Size')}} 250 G 500 G 1KG @foreach($products as $product) @php $percent = ''; $weights = json_decode($product->measurements, true); @endphp @if($product->single_sale_price) @php $percent = (($product->single_price-$product->single_sale_price)/$product->single_price) * 100; $percent = ceil($percent); @endphp @endif @if($product->new) {{__('New')}} @endif @if(!empty($percent)) {{$percent}}% {{__('OFF')}} @endif @php $quantity = json_decode($product->quantity, true); $quantity = $product->single_quantity; @endphp @if(is_null($quantity) || array_key_exists('Select', $quantity)) {{__('Out Of Stock')}} @endif {{ (app()->getlocale()=='en') ? $product->name_en : $product->name_ar }} @if($product->single_sale_price) {{$product->single_sale_price}} {{__('KWD')}} {{$product->single_price}} {{__('KWD')}} @else {{$product->single_price}} {{__('KWD')}} @endif {{__('Select Options')}} {{__('Add To Cart')}} @if($product->preparation_time) {{__('Preparation Time')}} : {{$product->preparation_time.' '.$product->units}} @endif @endforeach @if($products->count()>10) {{$products->appends(Request::except('page'))->links()}} @endif {{__('Keep Browsing')}} @foreach($categories as $category) {{(app()->getLocale()=='en')?$category->name_en:$category->name_ar}} {{__('Shop Now')}} @endforeach @endsection @push('asset-bottom') @endpush
From Chocolate Cakes, to Fruity Cakes, to cheesecakes and so many more, there is a cake for any celebration and occassion. Why not personalise a special birthday message on your chosen cake to make the celebration extra special.