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

Edit Product

@method('PATCH') @csrf @include('product.form')
Update
@endsection