@extends('layouts.app') @section('title', 'Edit Product') @section('content')

Edit Product: {{ $product->name }}

@csrf @method('PUT')
$
$
Discard Changes
@endsection