@extends('layouts.admin') @section('content')
Edit Produk
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($product->gambar)
Gambar
@endif
Batal
@endsection