@extends('layouts.app') @section('content')
{{-- card inventory info start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
@csrf @method('PUT')
{{-- card inventory info end --}}
@endsection