@extends('admin.layouts.masterlayout') @section('title', 'Edit Inventory') @section('Css') @endsection @section('head_title', "Inventory Management") @section('content')

Edit Inventory

Inventory Management / Edit Inventory

@if ($errors->any())
@endif
@csrf

Inventory Item

{{-- Dynamic Add Stock input --}} {{-- Dynamic Minus Stock input --}}
Cancel
@endsection @section('script') @endsection