@extends('app') @section('content') Add Inventory

ADD Inventory

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif

Cancel
@endsection