@extends('layouts.app') @section('content')
@include('layouts.leftside-menubar')
@lang('Certificate') / @lang('TC')
@include('components.sectionbar.certificate-bar')

{{school('name')}}

{{school('address')}}
TRANSFER CERTIFICATE
Student Code: {{$tc->student->student_code}}
SL. NO. : {{school('code').$tc->id}}
Admission No. : {{$admission['roll']??''}}
1.
@lang('Name of the students') : {{$tc->student->name}}
2.
@lang('Father’s Name') : {{$tc->student->studentInfo->father_name}}
3.
@lang('Mother’s Name') : {{$tc->student->studentInfo->mother_name}}
4.
@lang('First admission class in the school') : {{$tc->first_ad_class}}
5.
@lang('Date of birth') : {{$tc->student->studentInfo->birthday}}
6.
@lang('Present Address') : Village {{$tc->student->studentInfo->present_address}}  Post Office {{$tc->student->studentInfo->present_post_office}}  Post Code {{$tc->student->studentInfo->present_postcode}}  Thana {{getThanaName($tc->student->studentInfo->present_thana)}}  
District {{getDistrictName($tc->student->studentInfo->present_district)}}  Division {{getDivisionName($tc->student->studentInfo->present_division)}}
7.
@lang('Permanent Address') : Village {{$tc->student->studentInfo->permanent_address}}  Post Office {{$tc->student->studentInfo->permanent_post_office}}  Post Code {{$tc->student->studentInfo->permanent_postcode}}  Thana {{getThanaName($tc->student->studentInfo->permanent_thana)}}
District {{getDistrictName($tc->student->studentInfo->permanent_district)}}  Division {{getDivisionName($tc->student->studentInfo->present_division)}}
8.
@lang('Class in which student last studied') : {{$tc->laststudied}}
9.
@lang('Date of last class in the school') : {{$tc->date_lastclass}}
10.
@lang('School dues paid or not') : {{$tc->dues}}
11.
@lang('Reasons for leaving the school') : {{$tc->reason}}
12.
@lang('Any other remarks') : {{$tc->remark}}
13.
@lang('Behaviour of the student') : {{$tc->behaviour}}
{{date('Y-m-d',strtotime($tc->date))}}
--------------------
Date
--------------------
Principal
@endsection