Invoice
Estimate ID: {{ $estimate['id'] }}
Created At: {{ date('d M Y', strtotime($estimate['created_at'])) }}
@foreach($estimate['data']['data']['categories'] as $category)Technology | No. of Days | Cost |
---|---|---|
{{ $tech['name'] }} | {{ $tech['no_of_days'] }} | ${{ number_format($tech['cost'], 2) }} |