@extends('layouts.layouts_dashboard') @section('title', 'Tambah Spesifikasi') @section('content')
@csrf

Tambah Spesifikasi Baru

@error('nama_spesifikasi')
{{ $message }}
@enderror
@error('tipe_input')
{{ $message }}
@enderror
Opsional. Cocok untuk tipe number (contoh: cm, kg, pcs) @error('satuan')
{{ $message }}
@enderror
@push('scripts') @endpush @endsection