@extends('frontend.layout.master') @section('content')
@if(app()->getLocale()=='en') FlexScan @else FlexScan @endif

{{__('translation.specifications.specifications')}}

@if(count($panel_sizes)>0)
{{__('translation.specifications.panelsize')}}
@foreach($panel_sizes as $i => $panel_size) @endforeach @endif @if(count($panel_resolutions)>0)
{{__('translation.specifications.resolution')}}
@foreach($panel_resolutions as $i => $panel_resolution) @endforeach @endif
@if(count($panel_resolutions)>0 || count($panel_sizes)>0) Clear All @endif
@if($category->estore_availibility==1) @else @endif
@foreach($category->childs as $i => $childCategory)
@if(count(GetProductsByCategory($childCategory->id)['products'])>0)

{{app()->getLocale()=='en'?$childCategory->name:$childCategory->nameae}}

@foreach(GetProductsByCategory($childCategory->id)['products'] as $i => $product) @if(($i+1) % 2 == 0)
EV4340X @if($category->estore_availibility==1) @if($product->status=='1') @else Contact EIZO @endif @endif

{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}

@else
EV4340X @if($category->estore_availibility==1) @if($product->status=='1') @else Contact EIZO @endif @endif

{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}

@endif @endforeach @endif
@endforeach
@endsection @push('custom-css') @endpush @push('custom-script') @endpush