@extends('layouts.app') @section('content')
{{config('app.short_name')}}
{!! \App\AssetManager\AssetPlaceholder::display(\App\AssetManager\AssetPlaceholder::placeholder_homepage)!!} {{--@if(Auth::guard('groups')->user()->level_id == null || Auth::guard('groups')->user()->level_id == 0) @if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
Please set your group's level:
{!! Form::open(['url' => route('group.set_level'), 'method' => 'post', 'class' => 'form-inline']) !!} {!! Form::select('level_id',\App\Level::all()->pluck('name','id'),null,['class'=>'form-control']) !!} {!! Form::close() !!}
@endif--}} {{--
Hello!
The start list is available here:
--}} @if(!Auth::guard('groups')->user()->isLocked())
Please register all your dancers first. After that, you will be able to register your choreographies.

@endif {{--tuka smetka--}}
{!! \App\AssetManager\AssetPlaceholder::display(\App\AssetManager\AssetPlaceholder::placeholder_payment_details) !!}

ACCOUNT DETAILS:

School/Organization Name: {{Auth::guard('groups')->user()->name}}
E-Mail: {{Auth::guard('groups')->user()->email}}
Phone Number: {{Auth::guard('groups')->user()->phone_number}}
School Director: {{Auth::guard('groups')->user()->coach}}
Choreographer: {{Auth::guard('groups')->user()->coach_sec}}
Country: {{Auth::guard('groups')->user()->country}}
City: {{Auth::guard('groups')->user()->city}}
If you need to edit your details, please contact the competition Director.
Alex Asenov - Director
e-mail: asenov_alexander@hotmail.co.uk
@endsection