@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Add New Product

@if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf

Product Basics

Dimensions

Attributes & Options

Variants

Tip: leave SKU empty to auto-generate.
{{-- Hidden payloads --}}
Cancel
@include('partials.footer')
@include('global.footer-links')