@extends('backend.layout.master') @section('content') @php $cat_exist = $category->category_id ?? ''; if($cat_exist){ $editcat = explode(',', $cat_exist); } @endphp Edit Product Dashboard Edit Product @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Add Tabs Add Brochures Add Variations Add Accessories Edit Product: {{$product->name}} @csrf @method('PUT') Product Category Select Category @foreach($categories as $categoryy) id ? 'selected': '' }} @endforeach @endif> {{$categoryy->name}} @foreach($categoryy->childs as $sub1) id ? 'selected': '' }} @endforeach @endif> -{{$sub1->name}} @foreach($sub1->childs as $sub2) id ? 'selected': '' }} @endforeach @endif> --{{$sub2->name}} @foreach($sub2->childs as $sub3) id ? 'selected': '' }} @endforeach @endif> ---{{$sub3->name}} @foreach($sub3->childs as $sub4) id ? 'selected': '' }} @endforeach @endif> ----{{$sub4->name}} @endforeach @endforeach @endforeach @endforeach @endforeach Product Name Product Name Arabic Description {!! $product->description !!} Description Arabic {!! $product->descriptionar !!} Product Price Product Quantity Is Software Choose a option is_software == '0' ? 'selected' : ''}}>No is_software == '1' ? 'selected' : ''}}>Yes Key Feature URL Product Main Image @if($product->image) × @endif Product Gallery @foreach($product->gallery as $i => $picture) × @endforeach 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 {!! $product->content??'' !!} Content Arabic {!! $product->contentar??'' !!} Features {!! $product->features??'' !!} Features Arabic {!! $product->featuresar??'' !!} Specifications {!! $product->specifications !!} Specifications Arabic {!! $product->specificationsar !!} Awards {!! $product->awards !!} Awards Arabic {!! $product->awardsar !!} Status Choose a option status == '0' ? 'selected' : ''}}>Excluded from E-Store status == '1' ? 'selected' : ''}}>Included In E-Store Product Sorting @endsection @push('specific_css') @endpush @push('specific_js') @endpush