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

{{$product->model}}

{{$product->translate($product->product_category->name, $product->product_category->ar_name)}}

Request a Quote

Series

{{$product->product_serices->name}}

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

Wattage

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

Colour Temperature

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

Lumens

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

SMD

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

Downloads

@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
@endif
@endif

Specifications

@if(!empty($product->mechanical_width_min) || !empty($product->mechanical_height_min) || !empty($product->mechanical_length) || !empty($product->mechanical_degree_of_protection || !empty($product->mechanical_cut_length)))
    @if(!empty($product->mechanical_width_min))
  • Width (mm)
  • @endif @if(!empty($product->mechanical_height_min))
  • Height (mm)
  • @endif @if(!empty($product->mechanical_length))
  • Length (mm) / Reel
  • @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) || !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))
  • Warranty (Years)
  • @endif @if(!empty($product->light_tech_dimmable))
  • Dimmable
  • @endif
@endif @if(!empty($product->temprature_operating_temp))
    @if(!empty($product->temprature_operating_temp))
  • Operating Temp (°C)
  • @endif
@endif
@php($frames = $product->getAllFrames($product->category_id, $product->id)) @if(count($frames) > 0)

Frames

@foreach($frames as $key => $frame)
@if(file_exists($frame->thumb_image)) @else @endif
  • {{$frame->name}}
  • : {{$frame->size}}mm
  • : {{$frame->cutout}}mm
@endforeach
@endif @if(count($products) > 0)

Related Products

@endif

Have questions about this product?

Get a quote!

@csrf
@endsection