@php if($status == 'success'){ $proimgpath = ''; $signature = ''; if($details){ $proimgpath = $details->profile_image; $signature = $details->signature_image; } if($proimgpath == null || $proimgpath == ''){ $proimgpath = '/assets/images/avatar.png'; } if($signature == null || $signature == ''){ $signature = '/assets/images/signature.png'; } } else { exit(); } @endphp
Status | {{$result_data->status}} | Admission Session: | {{$result_data->ad_session}} |
Department | {{ $result_data->dept_name }} | Admission Date | {{ $result_data->admission_date }} |
Academic Program | {{ $result_data->ad_program }} | Academic Year | {{ $result_data->ad_year }} |
Registration No | {{$result_data->registration_no}} | Roll No | {{$result_data->roll_no}} |
Mobile No | {{$result_data->mobile_no}} | Organization | {{$result_data->organization}} |
Scholarship | {{$result_data->scholarship}} | Hall Admission Date | {{(new DateTime($result_data->hall_resident_date))->format('d-m-Y')}} |
Father Name | {{$details->father_name}} | Mother Name | {{$details->mother_name}} |
Parent's Contact Number | {{$details->p_mobile_no}} | Unit | {{$details->unit}} |
Present Address | {{$details->present_address}} | Permanent Address | {{$details->permanent_address}} |
Extra Caricular Activities | {{$details->extra_curricular_activities}} | Referance | {{$details->reference}} |
Merit Serial | {{$details->merit_serial}} | Merit Score | {{$details->merit_score}} |
Local Guardian Name | {{$details->guardian_name}} | Contact Number | {{$details->g_mobile_no}} |
Institute | {{$institute}} | College | {{$college}} |
Exam Name | Major/Subject | Board | Grade | Institute Name |
---|---|---|---|---|
{{ Str::upper($single->exam_title) }} | {{ $single->subject }} | {{ $single->board }} | {{ $single->result }} | {{ $single->institute_name }} |
Academic Program | Academic Year | Admission Date | Result |
---|---|---|---|
{{($result->academic_program) }} | {{ $result->academic_year }} | {{ $result->admission_date }} | {{ $result->result }} |
Building Name | {{$seatinfo->building}} | Floor Number | {{$seatinfo->floor}} |
Room No | {{$seatinfo->room}} | Seat No | {{$seatinfo->seat}} |
Seat Assign Date | {{(new DateTime($result_data->hall_resident_date))->format('d-m-Y')}} | Tutor Assign | {{$seatinfo->tutor}} |
Building Name | {{$cancel->building}} | Floor Number | {{$cancel->floor}} |
Room No | {{$cancel->room}} | Cancelled Seat No | {{$cancel->seat}} |
Seat Cancel Date | {{(new DateTime($cancel->date))->format('d-m-Y')}} | Cancelled By | {{$cancel->cancel_by}} |
Reason | {{$cancel->reason}} | Tutor | {{$cancel->tutor}} |
Description | {{$cancel->description}} |
Fee Generation Year | Package | Generated Amount | Discount Rate | Discount Amount | Payable Amount | Payment Status |
---|---|---|---|---|---|---|
{{ $item['year'] }} | {{ $item['package'] }} | {{ $item['amount'] }} | {{ $item['discount_rate'] ?? '' }} | {{ $item['discount_amount'] ?? '' }} | {{ $item['payable'] ?? '' }} | {{ $item['status'] ?? '' }} |
Resident Date | Seat No | Previous Seat No | Seat Cancel Date | Comment |
---|---|---|---|---|
{{(new DateTime($result_data->hall_resident_date))->format('d-m-Y')}} | {{ $seat_info }} | {{ $prev_seat }} | {{ $result_data->seat_cancel_date ? (new DateTime($result_data->seat_cancel_date))->format('d-m-Y') : '' }} |