@extends('frontend.layouts.app') @section('page_content')
@if(count($product->product_gallery) > 0) @foreach($product->product_gallery as $key => $product_gallery) @if(checkURLExistency($product_gallery->image)) @endif @endforeach @else @endif
@if(count($product->product_gallery) > 0) @foreach($product->product_gallery as $key => $product_gallery) @if(checkURLExistency($product_gallery->image))
@endif @endforeach @else
@endif

{{$product->model}}

{{LangTranslate::translate($product->product_category->name??'',$product->product_category->ar_name??'')}}

{{LangTranslate::translate(config('global.get_in_touch.en'),config('global.get_in_touch.ar'))}}

Series

{{LangTranslate::translate($product->product_serices->name ?? '',$product->product_serices->ar_name ?? '')}}

@if(isset($product->electrical_wattage) && !empty($product->electrical_wattage))

Wattage(W/M)

{{$product->electrical_wattage}}
@endif @if(isset($product->light_tech_luminous_flux_min) && !empty($product->light_tech_luminous_flux_min))

Luminous Flux (Lm/M)

{{$product->light_tech_luminous_flux_min}}
@endif @if((isset($product->mechanical_width) && !empty($product->mechanical_width)) && (isset($product->mechanical_height) && !empty($product->mechanical_height)))

Width * Height (mm)

{{$product->mechanical_width}} * {{$product->mechanical_height}}
@endif
@if(!empty($product->download_datasheet) || !empty($product->download_ies_files))

{{LangTranslate::translate(config('global.downloads.en'),config('global.downloads.ar'))}}

@if(!empty($product->download_datasheet) && file_exists($product->download_datasheet))
Datasheet
@endif @if(!empty($product->download_ies_files) && file_exists($product->download_ies_files))
IES Files
@php( $ies_ext = pathinfo($product->download_ies_files, PATHINFO_EXTENSION) )
@endif
@endif
@if(!empty($product->mechanical_width) || !empty($product->mechanical_height) || !empty($product->mechanical_length) || !empty($product->mechanical_bending_type) || !empty($product->mechanical_degree_of_protection) || !empty($product->mechanical_cut_length) || !empty($product->electrical_efficacy) || !empty($product->electrical_wattage) || !empty($product->electrical_voltage) || !empty($product->light_tech_smd) || !empty($product->light_tech_no_of_leds) || !empty($product->light_tech_color_temperature) || !empty($product->light_tech_luminous_flux_min) || !empty($product->light_tech_beam_angle) || !empty($product->light_tech_color_consistency) || !empty($product->light_tech_binning) || !empty($product->light_tech_color_rendering) || !empty($product->light_tech_life_span) || !empty($product->light_tech_warranty_pvc) || !empty($product->light_tech_dimmable) || !empty($product->temprature_operating_temp_pvc) || !empty($product->temprature_operating_temp_silicon))

{{LangTranslate::translate(config('global.specifications.en'),config('global.specifications.ar'))}}

@endif
@if(!empty($product->mechanical_width) || !empty($product->mechanical_height) || !empty($product->mechanical_length) || !empty($product->mechanical_bending_type) || !empty($product->mechanical_degree_of_protection) || !empty($product->mechanical_cut_length))
    @if((isset($product->mechanical_width) && !empty($product->mechanical_width)) && (isset($product->mechanical_height) && !empty($product->mechanical_height)))
  • Width * Height (mm)
  • @endif @if(!empty($product->mechanical_length))
  • Length (mm) / Reel
  • @endif @if(!empty($product->dia))
  • Dia (Ø) (mm)
  • @endif @if(!empty($product->cutout))
  • Cutout () (mm)
  • @endif @if(!empty($product->mechanical_bending_type))
  • Bending Type
  • @endif @if(!empty($product->mechanical_degree_of_protection))
  • Degree of protection (IP)
  • @endif @if(!empty($product->mechanical_cut_length))
  • Cut Length (mm)
  • @endif
@endif @if(!empty($product->electrical_efficacy) || !empty($product->electrical_wattage) || !empty($product->electrical_voltage))
    @if(!empty($product->electrical_efficacy))
  • Efficacy (Lm/W)
  • @endif @if(!empty($product->electrical_wattage))
  • Wattage (W/M)
  • @endif @if(!empty($product->electrical_voltage))
  • Voltage (VDC)
  • @endif
@endif @if(!empty($product->light_tech_smd) || !empty($product->light_tech_no_of_leds) || !empty($product->light_tech_color_temperature) || !empty($product->light_tech_luminous_flux_min) || !empty($product->light_tech_beam_angle) || !empty($product->light_tech_color_consistency) || !empty($product->light_tech_binning) || !empty($product->light_tech_color_rendering) || !empty($product->light_tech_life_span) || !empty($product->light_tech_warranty_pvc) || !empty($product->light_tech_dimmable))
    @if(!empty($product->light_tech_smd))
  • SMD
  • @endif @if(!empty($product->light_tech_no_of_leds))
  • No of Leds / M
  • @endif @if(!empty($product->light_tech_color_temperature))
  • Colour Temperature (CCT)
  • @endif @if(!empty($product->light_tech_luminous_flux_min))
  • Luminous Flux (Lm/M)
  • @endif @if(!empty($product->light_tech_beam_angle))
  • Beam angle (°)
  • @endif @if(!empty($product->light_tech_color_consistency))
  • Colour consistency (McAdam ellipse)
  • @endif @if(!empty($product->light_tech_binning))
  • Binning
  • @endif @if(!empty($product->light_tech_color_rendering))
  • Colour rendering index (CRI)
  • @endif @if(!empty($product->light_tech_life_span))
  • Life Span (hrs)
  • @endif @if(!empty($product->light_tech_warranty_pvc) || !empty($product->light_tech_warranty_silicon))
  • Warranty PVC & Silicon (Years)
  • @endif @if(!empty($product->light_tech_dimmable))
  • Dimmable
  • @endif
@endif @if(!empty($product->temprature_operating_temp_pvc) || !empty($product->temprature_operating_temp_silicon))
    @if(!empty($product->temprature_operating_temp_pvc))
  • Operating Temp (°C)
  • @endif @if(!empty($product->temprature_operating_temp_silicon))
  • Operating Temp Silion (°C)
  • @endif
@endif
@php($accessories = DB::table('products_accessories')->where(['category_id'=>$product->category_id, 'series_id'=>$product->series_id,'status'=>1])->get()) @if(count($accessories) > 0)
@foreach($accessories as $key => $value)
@if(file_exists($value->image)) @else @endif
{{LangTranslate::translate($value->title??'',$value->ar_title??'')}}

{{LangTranslate::translate($value->description && strlen($value->description) > 30?substr($value->description,0,30)."...":$value->description, $value->description && strlen($value->ar_description) > 30?substr($value->ar_description,0,30)."...":$value->ar_description)}}

@if(strlen($value->description) > 30) Read More @endif
@endforeach
@endif @php($frames = $product->getAllFrames($product->category_id, $product->id)) @if(count($frames) > 0)

{{LangTranslate::translate(config('global.frames.en'),config('global.frames.ar'))}}

@foreach($frames as $key => $frame) @if(file_exists($frame->thumb_image))
@if(file_exists($frame->thumb_image)) @else @endif
  • {{LangTranslate::translate($frame->name??'',$frame->ar_name??'')}}
  • : {{LangTranslate::translate($frame->size??'',$frame->ar_size??'')}}
  • : {{LangTranslate::translate($frame->cutout??'',$frame->ar_cutout??'')}}
@endif @endforeach
@endif @if(count($products) > 0)

{{LangTranslate::translate(config('global.related_products.en'),config('global.related_products.ar'))}}

@endif

Have questions about this product?

Get a quote!

@csrf
@endsection