Monthly Report

Student’s Name: {{ $report->student ? $report->student->user->firstname : '' }} {{ $report->student ? $report->student->user->lastname : '' }}

Date: Jul/06/2025

Local coordinator’s name: {{ $report->local ? $report->local->user->firstname : '' }} {{ $report->local ? $report->local->user->lastname : '' }}

Host family name: {{ $report->host ? $report->host->inputHostMotherLastName : '' }}'s Family

School name:


Host Family Report

@include('mypage.report.host')

Student Report

@include('mypage.report.student')

Comment

@include('partial.textarea', array( 'id'=>'studentParentComment', 'height'=>3 ,'title'=>trans('report.studentParentComment') ) )