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

{{ __('messages.cloth_type') }}

@error('title')
{{ $message }}
@enderror

{{ __('messages.cloth_measure_types') }}

@endsection @push('scripts') @endpush