@extends('layouts.app') @section('content')
Edit Inventory — {{ $inventory->inv_id }}
@csrf

Drag & drop an image here, or browse

PNG or JPG — up to 2MB
Preview
{{ $inventory->image_url ? $inventory->image : '' }}
Leave unchanged to keep the current image. Uploading a new one will replace it.
Cancel
@endsection @section('styles') @endsection @section('scripts') @endsection