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

Edit Product

@csrf @method('PUT')
Cancel
@endsection