@extends('layouts.app') @section('content')
{{config('app.short_name')}}
{!! \App\AssetManager\AssetPlaceholder::display(\App\AssetManager\AssetPlaceholder::placeholder_homepage)!!} {{--
Hello!
The start list is available here:
--}} @if(!Auth::guard('groups')->user()->isLocked())
Please register all the dancers. Once you do so or already done it, please register all your choreographies.

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

PAYMENT DETAILS - EURO

Unicredit BulBank

IBAN: BG82UNCR70001522834671

BIC: UNCRBGSF

Aleksandar Asenov

Reason for payment:

  • Participation Fee – mOvmnt IDC 2017
  • Hotel accommodation – mOvmnt IDC 2017

CMETКА В ЛЕВА

УниКредит БулБанк

IBAN: BG97UNCR70001522643117

BIC: UNCRBGSF

Александър Асенов Асенов

Основание за плащане:

  • Такса участие - mOvmnt IDC 2017
  • Хотелско настаняване – mOvmnt IDC 2017

--}}

ACCOUNT DETAILS:

School/Organization Name: {{Auth::guard('groups')->user()->name}}
E-Mail: {{Auth::guard('groups')->user()->email}}
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