@extends('backend.layouts.app') @section('title', $title) @section('content') @include('backend.variations.partials.edit-variation-modal', ['sizes' => $sizes, 'colors' => $colors, 'product' => $product]) @foreach ($variations as $key => $variation) @endforeach Back to products @include('backend.variations.partials.upload-images-modal')
Create new variation of product: {{ $product->name }}
@csrf
@error("size_id") {{ $message }} @enderror
@error("color_id") {{ $message }} @enderror
@error("quantity") {{ $message }} @enderror
@error("sale_price") {{ $message }} @enderror Price in AED
@error("is_default") {{ $message }} @enderror
{{ $title }}
Color Size Quantity Sale price Default Show Action
@endsection @section('script') @endsection