@extends('layouts.admin') @section('title', 'Edit SKU · Aromaniacs ERP') @section('overline', 'Catalog') @section('heading', 'Edit SKU') @section('content') SKU Code {{ $sku->code }} Fragrance {{ $sku->fragrance->name }} · {{ $sku->decantSize->label }} Brand {{ $sku->fragrance->brand->name }} Default Pricing Uses pricing engine unless override is set. @csrf @method('PUT') Storefront Price (optional) @error('storefront_price') {{ $message }} @enderror Internal Price Override (optional) @error('price_override') {{ $message }} @enderror Estimated Sprays (optional) @error('estimated_sprays') {{ $message }} @enderror Decant Image (optional) Drag & drop image here or Choose file Accepted: JPG, PNG, WEBP, GIF (max 4MB) Remove image @error('image_url') {{ $message }} @enderror @error('image') {{ $message }} @enderror is_active)) class="accent-current"> Visible and active Update SKU Back @endsection
SKU Code
{{ $sku->code }}
Fragrance
{{ $sku->fragrance->name }} · {{ $sku->decantSize->label }}
Brand
{{ $sku->fragrance->brand->name }}
Default Pricing
Uses pricing engine unless override is set.
{{ $message }}
Drag & drop image here or Choose file