@extends('layouts.admin') @section('content')

Quick Edit Product

@csrf @method('PUT')
This is a lightweight edit mode. For editing variations and colors, please use the full edit page.
railing_type) checked @endif>
@if($product->variations->isEmpty())

Kg

mm

mm

mm

L

Kg

@endif
@foreach($product->otherInfo as $infoIndex => $info)
Delete @if($info->image_path)
@endif
@endforeach
Delete
@foreach($product->models as $modelIndex => $model)
Delete
@endforeach
@foreach($product->images->where('type', 'gallery') as $image)
@endforeach

Supports JPG, PNG, and WEBP formats

@if($mainImage = $product->images->where('type', 'main')->first())
@endif

Supports JPG, PNG, and WEBP formats

@if($infoImage = $product->images->where('type', 'info')->first())
@endif

Supports JPG, PNG, and WEBP formats

@if($homeImage = $product->images->where('type', 'home')->first())
@endif

Supports JPG, PNG, and WEBP formats

Cancel
@endsection