@include('inc/header')
| S.No. | Case id | Date From | Date To | Invoices | 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 | View @if(!empty($list->invoices)) Next @endif |