@extends('layouts.app')
@section('title')
Update Inventory
@stop
@section('breadcrumb')
- Home
@permission('list-inventory')
- All Inventories
@endpermission
- Update Inventory
@stop
@section('content')
@if ($errors->any())
Errors
{!! implode('', $errors->all('- :message
')) !!}
@endif
Add New Inventory
Basic Information
@stop
@section('js')
@stop