@foreach($commands['groups'] as $group => $command)
    @foreach($command as $item)
  • {{$item}}
  • @endforeach
@endforeach
    @foreach($commands['others'] as $item)
  • {{$item}}
  • @endforeach
artisan