@include('layouts.partials.breadcrumb', ['title' => $title])
@can('estimateDetail.create')
Add
@endcan
S.N | Estimate | Billing Component | Qty | Price | Tax Amount | Action |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $estimateDetail->estimate_id }} | {{ $estimateDetail->billing_component_id }} | {{ $estimateDetail->qty }} | {{ $estimateDetail->price }} | {{ $estimateDetail->tax_amount }} |