@extends('layouts.admin') @section('title', 'New Product') @section('page-title', 'New Product') @section('breadcrumbs') Products chevron_right New Product @endsection @section('content') @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf

Product Image & Type

cloud_upload

Upload Image

JPG, PNG or WEBP format, not exceeding 5MB.

Basic Information

add Add
add Add

Pricing & Units

Inventory Settings

Current stock quantity available

You will be notified when stock falls below this quantity

Product Description

Gallery Images

collections

Browse Images

Supported formats: PNG, JPEG, WEBP (Multiple images allowed)

Cancel
@push('styles') @endpush @push('scripts') @endpush @endsection