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

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

{{ strtoupper(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'), ])

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

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