@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.errors_display')

@lang('Edit Dimension')

@csrf @method('PUT')
@include('partials.edit-buttons',[ 'model' => $model, 'btns' => 'mics' ])
@include('measure.fields',[ 'option' => 'update' ])
@include('partials.changes') @include('partials.containers-footer') @endsection @push("scripts") @endpush