@extends('frontend.layout.master') @section('content')
@if($banner)
FlexScan
@endif

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

{{__('translation.specifications.panelsize')}}
@foreach($panel_sizes as $i => $panel_size) @endforeach
{{__('translation.specifications.resolution')}}
@foreach($panel_resolutions as $i => $panel_resolution) @endforeach
Clear All
@foreach($products as $i => $product) @if(($i+1) % 2 == 0)

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

Price: {{number_format($product->price,2)}} SAR

@else

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

Price: {{number_format($product->price,2)}} SAR

@endif @endforeach
{!! $products->links('pagination::bootstrap-4') !!}
@endsection @push('custom-css') @endpush @push('custom-script') @endpush