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

Create New Cloth Type

@csrf
@error('name')

{{ $message }}

@enderror
Cancel
@endsection