@extends('layouts.app') @section('title', 'Edit Product') @section('sidebar') @endsection @section('content')

Edit Product

Update informasi product

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@if($product->image)

Gambar saat ini:

{{ $product->name }}
@endif Format: JPG, JPEG, PNG. Max: 2MB. Kosongkan jika tidak ingin mengubah gambar. @error('image') {{ $message }} @enderror
Batal
@endsection @push('styles') @endpush @push('scripts') @endpush