@extends('admin.layouts.app') @section('content')
The portal is now auto-locked and does not allow new registrations. If needed, you can use the Unlock All button to allow groups to make changes or Lock All to disallow any changes.
| Group Name | Coach(es) | Country | Town/City | Level | Choreographies | Dancers | Total Cost | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$group->name}} | @if(isset($group->coach_sec) && strlen($group->coach_sec) > 0) {{$group->coach}}, {{$group->coach_sec}} @else {{$group->coach}} @endif | {{$group->email}} | {{$group->country}} | {{$group->city}} | {{$group->level_id==0?'Not set':$group->level->name}} | {{count($group->dances)}} | {{count($group->dancers)}} | {{$group->getTotalCost()}} EUR | @if(($group->paid) == 0) @else @endif @if(\App\Helpers::checkRegistrationClosed()) @endif | @if (count($group->dances) == 0)||||||||||||||
| No dances entered | |||||||||||||||||||||||
|
|||||||||||||||||||||||