{{$report[0]->report_name}} - downloaded from CMIS3.0 on {{$today}}

@php $i = 1; @endphp @foreach($report as $key) @php $i++; @endphp @endforeach
Sl No Student Name Start Date End Date Center Code Center Name Student Code Marital Status Father's Name Father's Occupation Mother's Name Aadhar Number Voter ID Number Disability Status Religion Caste Course Name District State Pincode Date Of Birth Gender Qualification Family Monthly Income Address Placement Status Employer Name Designation Salary Date Of Joining
{{ $i }} {{ $key->name }} {{ $key->start_date }} {{ $key->end_date }} {{ $key->short_code }} {{ $key->center }} {{ $key->member_code }} {{ $key->marital_status }} {{ $key->father_name }} {{ $key->father_occupation }} {{ $key->mother_name }} @if ($key->doc_type == 'adhar') {{$key->identity_no}} @endif @if ($key->doc_type == 'voter_card') {{$key->identity_no}} @endif @if ($key->disability_status == 0) No @else Yes @endif {{ $key->religion }} {{ $key->cast }} {{ $key->course_name }} {{ $key->district }} {{ $key->state }} {{ $key->pincode }} {{ $key->dob }} {{ $key->gender }} {{ $key->education }} {{ $key->family_monthly_earning }} {{ $key->l_address }} {{ $key->placement_status }} {{ $key->company_name }} {{ $key->post }} {{ $key->salary }} {{ $key->date_of_joining }}