@foreach($license as $lic)
  • {{ __('System ID:') }} {{ $lic['system-id'] ?? '' }}
  • {{ __('Level:') }} {{ $lic['level'] ?? '' }}
@endforeach