@foreach ($info['teams'] as $team)
{{ preg_replace('/(.*)(\ \/.*)/', '$1', $team->ap->name) }}
{{ $team->assigned_division }}
{{ $team->session }}
{{ $team->room }}
{{ $team->total_number }}
@endforeach