@extends('process.view.view', [ 'selected' => 'default', 'process_id' => $info_process->process_id, ]) @include('html.header.select2') @include('html.header.datepicker', ['language' => 'en']) @include('html.header.validator') @include('html.header.edm-ajax') @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

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

@include('template.process.register.default', $info_process)

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

@if ($info_process->code_admission_type === 'UAL') @include('template.process.register.manager-ual', $info_process) @else @include('template.process.register.manager', $info_process) @endif
@if (isLogin('agent') || Auth::isAccessAllowed(['master', 'admission'])) @endif
@endsection