@extends('layouts.app') @section('content')

{{ trans('lang.units') }}

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.unit_edit') }}
{{ trans('lang.unit_description_help') }}
is_weight) ? 'checked' : '' }}>
is_quantity_unit) ? 'checked' : '' }}>
{{--
--}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection