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

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

@error('title')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush