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

Create New Pricing

@csrf
@error('cloth_type_id')

{{ $message }}

@enderror
@error('service_type_id')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
Cancel
@endsection