@foreach($applicationDeadlines as $key => $value)
{{$value->type}}{{" "}}{{__('deadline')}}{{" "}}{{$value->courseName}}{{" "}}{{__('will expire on')}}{{" "}}{{$value->deadline}}{{", "}}{{__('please handle it on time')}}{{"."}}
{{__('View Progress')}}
{{__('Close')}}
@endforeach @foreach($depositDeadlines as $key => $value)
{{$value->type}}{{" "}}{{__('deadline')}}{{" "}}{{$value->courseName}}{{" "}}{{__('will expire on')}}{{" "}}{{$value->deadline}}{{", "}}{{__('please handle it on time')}}{{"."}}
{{__('View Progress')}}
{{__('Close')}}
@endforeach @if($applicationFormStatus)
{{__('You')}} {{" "}}{{__('have not submitted personal information')}}{{" "}} {{" "}}{{__('yet if the application information is missing')}}{{","}} {{" "}}{{__('you will not be able to complete the submission')}}
{{__('Go to fill in')}}
{{__('Close')}}
@endif @if($documentUploadStatus)
{{__('We found that you still')}} {{" "}}{{__('have documents not uploaded')}}{{"."}} {{" "}}{{__('If the documents are not provided')}}{{","}} {{" "}}{{__('you will not be able to submit the application')}}
{{__('Go to upload')}}
{{__('Close')}}
@endif