@extends('inventory.layout') @section('title', 'Edit Forms') @section('content') @push('head') @endpush
@method("PUT") @csrf
@push('script') @endpush @endsection