@extends('layouts.app') @section('title', 'Edit Product - EDUC Pharmacy') @section('content')

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

Modify product details and inventory settings

@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
General Information
+
+
Pricing & Margins
MWK
MWK
Estimated Profit Margin
MWK 0.00
0%
Product Description
Inventory Status
Current Stock
{{ number_format($product->current_stock) }}
Supplier
Product Image

JPEG, PNG up to 5MB

@section('scripts') @endsection @endsection