@extends('dashboard.index') @section('contentDashboard')

Edit Product

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

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