{{ __('main.add_measurement') }}
@error('name') {{ $message }}@enderror

@php $attributes = \App\Models\MeasurementAttribute::where('is_active',1)->latest()->get(); @endphp @foreach($attributes as $row)
@endforeach