@extends('account.base', [ 'scripts' => [ 'fileUtilities', 'multiLineEllipsis' ] ]) @section('title', __('Application Status')) @section('account_content') @include('common.no_cache')

{{ __('Application Status') }}

{{__('Successful payment')}} {{$consultantName ?? 'Consultant'}}
{{__('Fill in the')}} {{__('application form')}} {{__('and upload the')}} {{__('application documents')}}
{{__('UKUOFFER will process your application')}}
{{__('Check the application results')}}
{{__('Confirm your preferred university')}}
{{__('Service completed')}}
@if(count($applications) > 0) {{__('ApplicationStatusTop')}} @else {!!__('ApplicationStatusTopEmpty', [ 'link' => ''.__('course list page').'' ])!!} @endif
@if(isset($resultsCount) && $resultsCount > 0) {{__('Your')}} {{$resultsCount}} {{($resultsCount > 1) ? __('applications have') : __('application has')}}{{__('produced results')}} @else {{__('No application results yet')}} @endif
{!! __('Contact application consultant') !!} >
{{--TODO: check if hint has to be displayed--}} @if(true)
{{__('Warm Reminder')}}
{{__('Offer Deadline')}}: {{__('OfferDeadlineText')}}
{{__('Offer Deposit Deadline')}}: {{__('OfferDepositDeadlineText')}}
@endif
@php $date = date("Y-m-d"); $list = ['Overall', 'Listening', 'Speaking', 'Reading', 'Writing']; @endphp @foreach($applications as $applicationDetails) @include('account.application.application_row') @endforeach
@if(isset($recommendedItems) && count($recommendedItems) > 0)
{{__('You may be interested in')}}
@include('components.recommendedItemsUniversity')
@endif
@endsection