@extends('admin.layouts.app') @section('title', 'Add Product') @section('content')

Add Product

Create a new product

@csrf

Basic Information

@error('name')

{{ $message }}

@enderror

Pricing

Product Images

Preview
@error('image')

{{ $message }}

@enderror

Inventory

Variants

@foreach($colors as $color) @endforeach
@foreach($sizes as $size) @endforeach

Status

Organization

@push('scripts') @endpush @endsection