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

Edit Product

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

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