@extends('layout.main') @section('title', 'Edit Produk') @section('content')
@csrf @method('PUT')
Back Update Product
@endsection