@php $categories=$data['category']; $product_details=$data['product_details']; $public_url= env('Public_Url'); $related_products=$data['related_products']; $child_products=$data['child_products']; $detailing= $data['detailing']; $lens_powers = $data['lens_powers']; $cart_quantity=1; @endphp @extends('layouts.user-inner') @section('content') @push('custom-styles') @endpush
@if ($product_details->product_title_img)
@endif @if ($product_details->product_img_1)
@endif @if ($product_details->product_img_2)
@endif @if ($product_details->product_img_3)
@endif @if ($product_details->product_img_4)
@endif
@if ($product_details->product_title_img)
@endif @if ($product_details->product_img_1)
@endif @if ($product_details->product_img_2)
@endif @if ($product_details->product_img_3)
@endif @if ($product_details->product_img_4)
@endif
{{$product_details->product_name_en}}
Brand : {{ $product_details->brands->brand_name }}
Color : {{ $product_details->colors->color_name }}
Availability : @if($product_details->product_stock==0) {{ 'Out Of Stock' }} @elseif($product_details->product_stock<=$product_details->reorder_point) {{ 'Only a few In Stock' }}@else {{ 'In Stock' }} @endif
    @foreach ($detailing as $detail)
  • {{ $detail->spec_description }}
  • @endforeach
@foreach($child_products as $childs) @endforeach