@php use Illuminate\Support\Collection; @endphp
Sr No. | Registration Number | Full Name | Gender | "Date of Birth DD-MM-YY | Father's Name | Contact No. | Address | Village | City/Town | District | Pin code | From ITC Catchment? | ID Type | ID No. | Highest Educational Qualification | Category | Details of Caste Certificate (if SC/ST / OBC) | No liability | Financial Year | Batch No. | Training Skill | Local Contribution (INR) | Center Name | Start Date DD-MM-YY | End Date DD-MM-YY | Proposed Duration (Days) | Student Status | Examination Passed (Y/N) | Certificate Distribution date | Employer | Joining Date | Location | Designation | Monthly Salary | Backup Document Details | Remarks | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$i++}} | {{$detail->member_code}} | {{$detail->first_name}} {{$detail->middle_name}} {{$detail->last_name}} | {{$detail->gender}} | {{date('d-m-Y', strtotime($detail->dob))}} | {{$detail->father_name}} | {{$detail->mobile_no}} | {{$detail->email}} | {{$detail->p_address}} | {{$detail->l_address}} | {{$detail->p_city}} | {{$detail->district_name}} | {{$detail->l_pincode}} | {{$detail->catchment}} | {{$detail->doc_type}} | {{$detail->identity_no}} | {{$detail->degree_name}} | {{$detail->cast}} | {{$detail->cast_certificate_no}} | Yes | {{getFinancial($detail->start_date)}} | {{$detail->custom_batch_number}} | {{$detail->module_name}} | {{$detail->fees_paid}} | {{$detail->center_name}} | {{date('m-d-Y', strtotime($detail->start_date))}} | {{date('m-d-Y', strtotime($detail->end_date))}} | {{$detail->duration_days}} | {{$detail->student_status}} | @if(isset($detail->final_exam_marks)) @if($detail->final_exam_marks>50) Yes @elseif($detail->final_exam_marks<50) NO @endif @endif | {{$detail->total_days_attend}} | {{$detail->company_name}} | {{date('m-d-Y', strtotime($detail->date_of_joining))}} | {{$detail->location}} | {{$detail->post}} | {{$detail->salary}} | {{$detail->bkp_doc_details}} | {{$detail->remarks}} |