@extends('layouts.app') @section('title', 'Create Product') @include('includes.filepond') @include('includes.validateCoreUi') @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Create Product

@csrf
Pilih Instansi.
Pilih Menu.
Masukan Kode Product.
Masukan Product Name.
Masukan HPP.
Masukan Price.
Masukan Ref Id.
Upload Icon.
Cancel
@endsection @push('js') @endpush