@extends('admin.layouts.panel') @section('head') Rumah Cuci Si Mamak - update product @endsection @section('body')

Update Product

Update product laudry baruku

@method('PUT') @csrf
@error('title') {{ $errors->first('title') }} @enderror
Rp.
@error('price') {{ $errors->first('price') }} @enderror
@error('status') {{ $errors->first('status') }} @enderror
.%
@error('discount') {{ $errors->first('discount') }} @enderror
@error('dateDiscountStart') {{ $errors->first('dateDiscountStart') }} @enderror
@error('dateDiscountEnd') {{ $errors->first('dateDiscountEnd') }} @enderror
@error('description') {{ $errors->first('description') }} @enderror
@livewire('admin.product.image-upload', ['post'=> $data->image])
@livewire('admin.product.product-description', ['post' => $data->descriptionList])
@endsection @section('script') @endsection