e@extends('layouts.app') @section('content')
@include('layouts.leftside-menubar')
@include('components.pages-bar',['pageTitle' =>''. trans('Certificate').' / '.trans('Testimonials').'']) @include('components.sectionbar.certificate-bar')
{!! Form::open(['route' => 'academic.testimonials', 'method' => 'post']) !!}
{!! Form::label('section', trans('Section'), ['class' => 'control-label']) !!} {!! Form::select('section',$section, $request_section ?? null, array('required', 'class' => 'select2 form-control','onchange'=>'getStudentsBySection(this.value,0,1)', 'placeholder' => trans('Choose'))) !!} @error('section') {{ $message }} @enderror
{!! Form::label('student', trans('Student'), ['class' => 'control-label']) !!} {!! Form::select('student',array(), null, array('id' => 'student','required', 'class' => 'select2 form-control','onchange'=>'getBoardExamByStudent(this.value)')) !!} @error('student') {{ $message }} @enderror
{!! Form::label('board_exam', trans('Board Exam'), ['class' => 'control-label']) !!} {!! Form::select('board_exam',array(), null, array('id'=>'board_exam','required', 'class' => 'select2 form-control')) !!} @error('board_exam') {{ $message }} @enderror
{!! Form::close() !!} @if(isset($student->id)) @endif
@if(isset($student->id))
certification
demo

{{school('name')}}

{{school('address')}} {{--
Testimonial
--}}
{{--
Serial No:1555155220
Serial No:1555155220
--}}
Serial No: {{date('ymdhm')}}
Testimonial

This is to certify that {{$student->name}} Son/Daughter of {{$student->studentInfo->father_name}} and {{$student->studentInfo->mother_name}} , Village - {{$student->studentInfo->permanent_address}} Post office : {{$student->studentInfo->permanent_post_office}} Thana - {{getThanaName($student->studentInfo->permanent_thana)}} District - {{getDistrictName($student->studentInfo->permanent_district)}} Passed the {{$board_exam->exam_name ?? ''}} from {{school('name')}} under the Board of Intermediate and Secondary Education, {{$board_exam->board ?? ''}}. His Board Exam Center - {{$board_exam->institution_name ?? ''}} Roll No- {{$board_exam->roll ?? ''}} Registration No: {{$board_exam->registration ?? ''}} Passing year - {{$board_exam->passing_year ?? ''}} . Institute admission follow with his record date of birth {{date('Y-m-d',strtotime($student->studentInfo->birthday))}} Session of {{$board_exam->session ?? ''}} his Grade Point Average (GPA) is {{number_format($board_exam->gpa,2) ?? ''}} on a scale of {{number_format($board_exam->out_of_gpa,2) ?? ''}}.

His/her conduct and character were satisfactory. He/she was not found to take part in any activity subversive of the state or of discipline during his/her stay in the institution.

I wish him/her all success in life.

{{--
Student Id : {{$student->student_code}}
Remarks :
--}}
{{--
----------------------
@lang('Principal Signature
Ranirbandar,Chirirbandar,
Dinajpur')
--}}
----------------------
@lang('Head Teacher')
{{school('name')}}
{{school('address')}}
@push('script') @endpush @else @endif
@endsection