@extends('layout.frontend.master') @section('meta-title', 'Custom Products - LEREVE') @push('asset-top') @endpush @section('content')

STEP 1

Cart

STEP 2

Select Products

STEP 3

Add Card

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare tempor felis, nec malesuada sem mattis at. Duis sit amet erat in nunc facilisis tincidunt. Aenean placerat blandit quam, eget auctor neque accumsan non. Morbi sapien ligula, maximus non magna

Select BoX

    @foreach($box as $box)
  • @endforeach
{{-- {{dd($customProductDetails)}} --}}

Select Product

@foreach($customProductDetails as $product)

{{(app()->getLocale() == 'en') ?$product['product']->name_en : $product['product']->name_ar}}

{{$product['price']}} KWD/ Kg
@endforeach

Select Your Card

Type Your Message

Selected Products

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • Enchante Caramel...

  • QTY
  • Total 71 KWD
@endsection @push('asset-bottom') @endpush