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

Add New Product

Register a new item in your pharmacy inventory

@if (session('error_details'))
Some rows had issues:
    @foreach (session('error_details') as $detail)
  • {{ $detail }}
  • @endforeach
@endif @if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
General Information
+
+
Pricing & Margins
MWK
MWK
Estimated Profit Margin
MWK 0.00
0%
Product Description
Initial Stock
System will alert when stock falls below this
Supplier
Product Image

JPEG, PNG up to 5MB

@section('scripts') @endsection @endsection