@extends('layouts.layouts_dashboard') @section('title', 'Edit Spesifikasi') @section('content')
@if ($errors->any())

Error!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Edit Spesifikasi

@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