@extends('layouts.auth') @section('content')

Bliv en Video Coach

General information

{{ csrf_field() }} @include('common.flash_messages')
{{ Form::select('general[country]', [null=>'Vælg land'] + $countries, old('general.country') , ['class' => 'form-control ','id'=>'country','autocomplete'=>'off']) }}
{{--
--}}
{{--
--}}

Coach profil

Filen skal være jpg,png,mindre end 2mb og minimum billedopløsning er 500 x 500
@if(config('services.recaptcha.key'))
@endif
@endsection @push('styles') {!! Html::style('css/intlTelInput.css') !!} @endpush @push('scripts') {!! Html::script('js/intlTelInput.js') !!} @endpush