@extends('template.desktop.app') @section('title', 'Edit Product') @section('content')

Edit Product

@csrf @method('PUT') {{-- Pilih Tipe Product di atas --}}
Kembali
@endsection