@extends('layouts.admin') @section('title', 'Add Product') @section('subtitle', 'Create a new product') @section('content')
@csrf

Basic Information

@error('barcode')

{{ $message }}

@enderror
@error('name_en')

{{ $message }}

@enderror

Pricing

Inventory

Cancel
@endsection