@extends('layouts.app') @section('title', 'Edit Product') @section('content')
@csrf @method('PUT')
Edit Product
@if($product->image_path) Current: view image — uploading replaces it. @endif
Cancel
@endsection