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

Edit Product

@csrf @method('PUT')
{{-- BONUS (SINGLE ONLY) --}} {{-- PRODUCT CONVERSION (SINGLE ONLY) --}}
{{-- COMBINATION --}}
Kembali
@endsection