@extends('Front.layoutss.main') @section('content')
My Cart
Sub-Total : $300.00
VAT (20%) : $60.00
Total : $360.00

Shop

@if(!$products->isEmpty())
Sort by
@foreach ($products as $item) @php $product_images=DB::table('product_images')->where('pid', $item->id)->get(); @endphp
Product Product 20%
Round Neck T-Shirt
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dutmmy text ever since the 1500s, when an unknown printer took a galley.
$27.00 $22.00
Color
Size
@endforeach
Showing 1-12 of 21 item(s)
@else
@endif

Filter Products By

×

Category

Size

Color

Price

@endsection