@php if($data->title == 'SSC') { $exam_name = 'Secondary School Certificate'; } else { $exam_name = 'Higher Secondary School Certificate'; } if($data->gender == '1') { $gender = 'He'; } else { $gender = 'She'; } @endphp
Testimonial
Sl No : {{ $data->sl_no }} {{ date('d/m/Y') }}
Name Of Student {{ $data->student_name }}
Father Name {{ $data->father_name }}
Mother Name {{ $data->mother_name }}
Year {{ $data->year }}
Group/Subject {{ $data->group_subject }}
Roll No {{ $data->roll_no }}
Reg No {{ $data->reg_no }}
Sesion {{ $data->session }}
Result GPA : {{ $data->gpa }}

{{ $settings->name }}

{{ $settings->address }}
Testimonial
Sl No : {{ $data->sl_no }} Date : {{ date('d/m/Y') }}

@if($data->title == 'SSC') This is to certify that {{ $data->student_name }} S/O.: {{ $data->father_name }} & {{ $data->mother_name }} Duly passed the {{ $exam_name }} @if($data->student_type == 2) (Vocational) @endif Examination in {{ $data->year }} in {{ $data->group_subject }} Group from this {{$settings->type}} under the B.I.S.E. Comilla bearing Roll No. : {{ $data->roll_no }}, Registration No.: {{ $data->reg_no }}, Session.: {{ $data->session }} and Secured GPA : {{ $data->gpa }}.
According to admission Register his date of birth is {{ App\Traits\DateFormat::DbtoDate('-',$data->birth_date) }}.
So far my knowledge, {{$gender}} bears a good moral character and is not known to have taken part any activity against the school descipline.
I wish him every success in life.
@elseif ($data->title == 'HSC') This is to certify that {{ $data->student_name }} S/O.: {{ $data->father_name }} & {{ $data->mother_name }} was a student of {{ $data->title }} @if($data->student_type == 2) (Vocational) @endif during the academic session {{ $data->year }} in {{ $data->group_subject }} Group from this college under the Board of intermediate and Secondery Education, Comilla bearing Roll Feni-1, No. : {{ $data->roll_no }}, Registration No.: {{ $data->reg_no }}, Session.: {{ $data->session }} and Secured GPA : {{ $data->gpa }} in the scale of GPA 5.00.
{{-- According to admission Register his date of birth is {{ App\Traits\DateFormat::DbtoDate('-',$data->birth_date) }}.
--}} So far my knowledge, {{$gender}} bears a good moral character and is not known to have taken part any activity against the school descipline.
I wish him every success in life.
@endif

Compared By Head Of Institute