@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 | Training Partner | Batch No. | Training Skill | Local Contribution (INR) | Center Name | Start Date DD-MM-YY | End Date DD-MM-YY | Ongoing Batch | Student Status: Net Enrolled | {{--Examination Passed (Y/N) | --}}Proposed duration (Days) | Total Days Attended | Attendance | Student Status: Dropped Out | Student Status: Completed | Student Status: Certified | Certification Issue Date DD-MM-YY | Student Final Status | "Placement Details: Job Offered | Placement Details: Joined Workplace | Placement Details: Reason Not Joined | Placement Property Name | "Date of Joining (DD-MM-YY) | Placement Property Location | Designation | Basic Salary (INR) | Benefits | BenefitsAmount (INR)" | Total Salary (INR) | HR Name | HR Contact No. | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$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)}} | Anudip | {{$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))}} | @if($detail->batch_status=='running') Yes @else No @endif | @if($detail->student_status=='enrolled') Yes @else No @endif | {{$detail->duration_days}} | {{$detail->total_days_attend}} | @if($detail->student_status=='dropped out') Yes @else No @endif | @if($detail->batch_status=='complete') Yes @else No @endif | -- | -- | {{ucwords($detail->student_status)}} | @if($detail->job_offered=='y') Yes @else No @endif | @if($detail->joined_workplace=='y') Yes @else No @endif | {{$detail->reason_for_not_joining}} | {{$detail->company_name}} | {{date('m-d-Y', strtotime($detail->date_of_joining))}} | {{$detail->location}} | {{$detail->post}} | {{$detail->salary}} | {{$detail->benefits}} | {{$detail->benefit_amount}} | {{$detail->salary}} | {{$detail->hr_name}} | {{$detail->hr_no}} |