@include('inc/header')
| S.No. | Case id | Date From | Date To | Invoices | PDC File | Actions |
|---|---|---|---|---|---|---|
| {{$x}} | {{$list->case_id}} | {{date('d-m-Y',strtotime($list->date_from))}} | {{date('d-m-Y',strtotime($list->date_to))}} | @if(count($invoices)>0) @foreach($invoices as $inv) @endforeach @endif | @if(!empty($list->pdc_file)) @endif | View |