@extends('layouts.app') @section('title', 'Add Product') @section('content')
← Back to Products

Add New Product

@csrf
@error('name')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror

Enter as JSON object or leave blank

Pricing Configuration

Cancel
@endsection