@extends('backend.layout.master') @section('content') Create Product Dashboard Create Product @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Create Product @csrf Product Category ==ROOT== @foreach($categories as $category) {{$category->name}} @foreach($category->childs as $sub1) -{{$sub1->name}} @foreach($sub1->childs as $sub2) --{{$sub2->name}} @foreach($sub2->childs as $sub3) ---{{$sub3->name}} @foreach($sub3->childs as $sub4) ----{{$sub4->name}} @endforeach @endforeach @endforeach @endforeach @endforeach Product Name Product Name Arabic Description Description Arabic Product Price Product Quantity Is Software Choose a option No Yes Key Feature URL Product Main Image Product Gallery Series Model Model Variations Type Backlight Size Resolution Resolution Compare Viewable Image Size (H x V) Pixel Pitch Pixel Density Display Colors Viewing Angles (H / V, typical) Brightness (typical) Contrast Ratio (typical) Response Time (typical) Color Gamut (typical) Input Terminals Ouput Terminals Digital Scanning Frequency (H / V) Upstream Downstream Power Requirements Typical Power Consumption Maximum Power Consumption Power Save Mode Built-in Calibration Sensor Brightness Stabilization Digital Uniformity Equalizer Preset Modes HDR Gamma OSD Languages Other Functions Dimensions (Landscape, W x H x D) Dimensions (Without Stand, W x H x D) Dimensions (Landscape with Hood, W x H x D) Net Weight Net Weight (Without Stand) Net Weight (With Hood) Hole Spacing (VESA Standard) Operating Temperature Operating Humidity (R.H., non condensing) Certifications & Standards Color Management Software ColorNavigator 7 Monitor Management Software ColorNavigator NX Signal Cables Accessories Others Warranty Content Content Arabic Features Features Arabic Specifications Specifications Arabic Awards Awards Arabic Status Choose a option Excluded from E-Store Included in E-Store Product Sorting @endsection @push('specific_css') @endpush @push('specific_js') @endpush