@foreach ($msp_list AS $k=>$m) @if (!empty($m['licenses'])) @foreach ($m['licenses'] AS $l) @endforeach @endif @endforeach
MSP.. {{ __('llg.CLIENTE') }} {{ __('llg.LICENZA') }} {{ __('llg.TIPOLOGIA') }} {{ __('llg.HEALTH') }} MENU
{{ $m['msp_name'] }} {{ $l['customer_name'] }} {{ $l['lic_code'] }} {{ $l['typology'] }} {!! $l['health']['formatted'] !!} {{ __('llg.Vedi') }}
@foreach ($msp_list AS $k=>$m) @if (!empty($m['licenses2'])) @foreach ($m['licenses2'] AS $l) @if ($l['health']) @else @endif @endforeach @endif @endforeach
MSP {{ __('llg.CLIENTE') }} {{ __('llg.LICENZA') }} {{ __('llg.TIPOLOGIA') }} {{ __('llg.HEALTH') }}
{{ $m['msp_name'] }} {{ $l['customer_name'] }} {{ $l['lic_code'] }} {{ $l['typology'] }}{!! $l['health']['formatted'] !!}NO DATA