@extends('template.app') @section('meta') @endsection @section('title') Update Inventory @endsection @section('styles') @endsection @section('content')
@csrf @method('PATCH')

Back
@endsection @section('scripts') @endsection