Invoice

Estimate ID: {{ $estimate['id'] }}

Created At: {{ date('d M Y', strtotime($estimate['created_at'])) }}

@foreach($estimate['data']['data']['categories'] as $category)

{{ $category['name'] }}

@foreach($category['techs'] as $tech) @endforeach
Technology No. of Days Cost
{{ $tech['name'] }} {{ $tech['no_of_days'] }} ${{ number_format($tech['cost'], 2) }}
@endforeach