@extends('admin.layout') @section('page-title', 'Pricing') @section('content')
| Cloth Type | Service Type | Price | Status | Actions |
|---|---|---|---|---|
| {{ $price->clothType->name }} | {{ $price->serviceType->name }} | ${{ number_format($price->price, 2) }} | {{ $price->is_active ? 'Active' : 'Inactive' }} | Edit |
| No pricing found | ||||