| # | Insurance Company | Total Assignment | Total Billed |
|---|---|---|---|
| {{ $i++ }} | {{ $insData->company_name }} | {{ $insData->total_assignments }} | ${{ number_format($insData->totalinvoiceamount,2) }} |
| # | File# | Office | Insurance | Date Opened | Cycle Time |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $insData->file_no }} | {{ $insData->officename }} | {{ $insData->insurancename }} | {{ \Carbon\Carbon::parse($insData->assignmentopendate)->format('M d Y') }} | {{ $insData->day_diff }} Days |