@extends('admin.layouts.app') @section('title', 'Edit Variation') @section('content')

Edit Variation

Update variation details for {{ $variation->product->name_en }}

Back to Variations
@csrf @method('PUT')
@error('sku')

{{ $message }}

@enderror
@error('barcode')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
@error('stock')

{{ $message }}

@enderror
@error('stock_threshold')

{{ $message }}

@enderror
Current variation image

or drag and drop

PNG, JPG, GIF up to 2MB

@error('image')

{{ $message }}

@enderror

Variation Options

@foreach($variationTypes as $type)
@endforeach
is_active) ? 'checked' : '' }} class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer transition duration-200 ease-in-out transform checked:translate-x-4 checked:bg-blue-600 border-gray-300 dark:border-gray-600 dark:bg-gray-700">
Active
@push('scripts') @endpush @endsection