@extends('layouts.app') @section('content')

Edit Product

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Name:
Detail:

Tutorial by ItSolutionStuff.com

@endsection