@extends('layouts.admin') @section('title', 'Add Wholesale Product') @section('page-title', 'Add Wholesale Product') @section('content')
{{-- Tabs Navigation --}}
@csrf {{-- Product Information Tab --}}

Product Information

{{-- Images & Videos Tab --}}

Product Images

Click to upload

PNG, JPG up to 5MB

Product Video

{{-- Price & Stock Tab --}}

Product Price

Wholesale Prices

Product Stock

{{-- Description Tab --}}

Short Description

200 characters left

Long Description

PDF Specification

{{-- Shipping Info Tab --}}

Shipping Information

Product-based shipping fee is disabled. Configure your shipping fee in

Shipping Configuration

Collect cash after delivery

{{-- Others Tab --}}

Statuses

Is this product refundable?


Add to featured products


Add to today's deals

{{-- SEO Tab --}}

SEO Information

Click to upload
{{-- Action Buttons --}}
Cancel
@push('scripts') @endpush @endsection