@extends('frontend.layouts.fix') @section('content')
Showing 1–16 of 17 results
Show
@if(count($data)!=0) @foreach ($data as $take)
-17%Ecom
Apple
{{$take->product_title}}
EcomEcomEcomEcomEcom(65)
$2856.3$3225.6
  • 27-inch (diagonal) Retina 5K display
  • 3.1GHz 6-core 10th-generation Intel Core i5
  • AMD Radeon Pro 5300 graphics
@endforeach @else
Not Found.!
@endif
Product Tags
@foreach (\App\Models\Subcategories::where('sub_status',1)->get() as $sub) {{$sub->sub_title}} @endforeach
@endsection