@extends('layouts.admin') @section('title', 'Edit Product') @section('subtitle', $product->name_en) @section('content')
@csrf @method('PUT')

Basic Information

@error('barcode')

{{ $message }}

@enderror

Pricing

Inventory & Status

Cancel
@endsection