@extends('layouts.app')
@section('title', 'Edit Jenis Sensor')
@section('page-title', 'Edit Jenis Sensor')
@section('content')
Form Edit Jenis Sensor
@if($errors->any())
@foreach($errors->all() as $e)
- {{ $e }}
@endforeach
@endif
{{-- ═══ KELOLA ANGKA DISKRIT ═══ --}}
Angka Satuan (Sumbu Grafik)
{{-- Form tambah angka --}}
{{-- Tabel angka --}}
@endsection
@section('scripts')
@endsection