@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => ['process.register'] ]) @include('html.header.select2') @include('html.header.validator') @include('html.header.edm-ajax') @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

{{ Lang::get('process.word.admission_application') }}

{{ Lang::get('process.word.basic_information') }}

@include('template.process.register.default', [ 'countries' => ConfigCode::getCodes('COUNTRY')->where('code', 'UK'), 'uhaktypes' => ConfigCode::getCodes('UHAKTYPE')->where('code', 'ART'), ])

{{ Lang::get('process.word.representative_information') }}

@include('template.process.register.manager-ual')
@endsection