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

Edit Product

List
@csrf @method("PATCH") @include('products.form')
@endsection