@extends('admin.layout') @section('page-title', 'Edit Cloth Type') @section('content')

Edit Cloth Type

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
Cancel
@endsection