@extends('layouts.mypage')
@section('page-header')
@endsection
@section('content')
{{--LC PART START--}}
@if($auth->grade_id==4||$auth->grade_id==6||$auth->grade_id==9||$auth->grade_id==10 ||$auth->grade_id==3)
@if(isset($lang))
@endif
-
English
@if($report->student->inputCitizenship=='China')
-
Chinese
@elseif($report->student->inputCitizenship=='Vietnam')
-
Vietnamese
@elseif($report->student->inputCitizenship=='Korea')
-
Korea
@endif
@lang('report.studentName'): {{ $report->student ? $report->student->user->lastname : '' }}, {{ $report->student ? $report->student->user->firstname : '' }}
@lang('report.date'):
Jul/05/2025
@lang('report.lcName'): {{ $report->local ? $report->local->user->lastname : '' }}, {{ $report->local ? $report->local->user->firstname : '' }}
@lang('report.hostFamilyName'): {{ $report->host ? ( ($report->host->inputHostMotherFirstName==null||$report->host->inputHostMotherFirstName=='')?$report->host->inputHostFatherFirstName: $report->host->inputHostMotherFirstName) : '' }}@lang('report.sFamily')
@lang('report.schoolName'): {{ $report->student->school ? $report->student->school->school_name : '' }}
@endif
{{--LC PART END--}}
{{--LC / HF PART START--}}
@if(($auth->grade_id==4)||($auth->grade_id==5)||($auth->grade_id==6)||$auth->grade_id==9||$auth->grade_id==10 ||$auth->grade_id==3)
@lang('report.hostFamilyReport')
@include('mypage.report.host')
@endif
{{--LC / STUDENT PART START--}}
@if(($auth->grade_id==2)||($auth->grade_id==6)||$auth->grade_id==9||$auth->grade_id==10)
@lang('report.studentReport')
@include('mypage.report.student')
@endif
{{--LC PART START--}}
@if($auth->grade_id==4||$auth->grade_id==6||$auth->grade_id==9||$auth->grade_id==10 ||$auth->grade_id==3)
@lang('report.gradeCardH1')
(** You have to upload file that's size is less than 8MB.)
@include('partial.fileupload', array( 'size'=>'col-lg-12', 'id'=>'fileGradeCard', 'mode'=>'noimg' ) )
@if ( ! empty ($my_application->fileGradeCard) )
@endif
@include('partial.fileupload', array( 'size'=>'col-lg-12', 'id'=>'fileGradeCard1', 'mode'=>'noimg' ) )
@if ( ! empty ($my_application->fileGradeCard1) )
@endif
@include('partial.fileupload', array( 'size'=>'col-lg-12', 'id'=>'fileGradeCard2', 'mode'=>'noimg' ) )
@if ( ! empty ($my_application->fileGradeCard2) )
@endif
@include('partial.fileupload', array( 'size'=>'col-lg-12', 'id'=>'fileGradeCard3', 'mode'=>'noimg' ) )
@if ( ! empty ($my_application->fileGradeCard3) )
@endif
@lang('report.localCoordinatorComment')
@include('partial.textarea', array( 'id'=>'textareaLCComment', 'height'=>3 ,'title'=>trans('report.lcComment') ) )
@lang('report.SAComment')
SACHECK) )&&($my_application->SACHECK=='T') ? 'checked' : '' }}>
@if($lang=='cn'||$lang=='vn'||$lang=='kr')
@else
@endif
@if($auth->grade_id!=9&&$auth->grade_id!=10)
@if(($report->status_host=='submitted')&&($report->status_student=='submitted'))
@else
@endif
@else
@endif
@endif
@endsection
@section('script')
@if(isset($lang)&&($lang=='cn'||$lang=='vn'||$lang=='kr'))
@else
@endif
@include('script.reportFormControl')
@endsection