@extends('layouts.app') @section('title','New Product')@section('page-title','New Product') @section('content')
@csrf
Product Details
@error('sku'){{ $message }}@enderror
Pricing & Stock
Gross Margin
Cancel
@endsection @push('scripts') @endpush