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

Registrer en Virksomhed

Virksomhedsoplysninger

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

Kontaktpersonoplysninger

Aftale

@endsection @push('styles') {!! Html::style('css/intlTelInput.css') !!} @endpush @push('scripts') {!! Html::script('js/intlTelInput.js') !!} @endpush