@vite(['resources/css/app.css']) @include('includes.admin-header')
@if(session('success'))
{{ session('success') }}
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Upload Product
@csrf
Brand Name
Submit Brand
@csrf
Product Name
Price
Product Weight (grams)
Product Description
{{ old('description') }}
Category (optional)
Product Image
Shipping Rules (JSON)
{{ old('shipping_rules') }}
View Shipping Rules JSON
Shipping Rules (JSON)
JSON copied to clipboard!
Copy
Close
Upload Product
Clear