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

Edit Pricing

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

{{ $message }}

@enderror
@error('service_type_id')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
Cancel
@endsection