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

Tambah Product Baru

Isi form di bawah untuk menambah product

@csrf
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Format: JPG, JPEG, PNG. Max: 2MB @error('image') {{ $message }} @enderror
Batal
@endsection @push('styles') @endpush @push('scripts') @endpush