@extends('layouts.app') @section('title', 'Edit Product - Quick OMS') @section('content') @push('css') @endpush

Edit Product: {{ $inventory->name }}

@csrf
@if($inventory->image)
Current Image
@endif
Change Image
Classification
Packaging & Unit Details
Pricing
Stock Information
@push('scripts') @endpush @endsection