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

Edit Product

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