@extends('crm.master') @section('content')
| Product | Duration | Rate | Total |
|---|---|---|---|
| {{ $item->product_name }} | {{ number_format($item->duration_hours, 1) }} hrs | ${{ number_format($item->unit_price, 2) }} / {{ $item->rate_type ?? 'day' }} | ${{ number_format($item->subtotal, 2) }} |