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

Edit Dimension

Update informasi dimension

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