@extends('layouts.app') @section('title', 'Edit Product') @section('content')
@csrf @method('PUT')
Edit Product
Allowed: JPG, JPEG, PNG, WEBP (max 4 MB). @if($product->imageUrl())
Current image — uploading replaces it.
@endif
Cancel
@endsection