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

Tambah Dimension Baru

Isi form di bawah untuk menambah dimension

@csrf
@error('value') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
Batal
@endsection @push('styles') @endpush