@foreach ($registrationform as $key => $svyscs) {{-- --}} @endforeach
Sr No. User Info Family Info Extra Info Address Action
{{ ($key+1) + ($registrationform->currentPage() - 1)*$registrationform->perPage() }} Name: {{$svyscs->name}}
Gender: {{$svyscs->gender}}
DOB: {{$svyscs->dob}}
Phone: {{$svyscs->phone}}
Email: {{$svyscs->email}}
F-Name: {{$svyscs->fathers_name}}
M-Name: {{$svyscs->mother_name}}
F-Phone: {{$svyscs->fathers_phone}}
Class: {{$svyscs->which_class}}
School: {{$svyscs->school_name}}
Education: {{$svyscs->education_board}}
Career Choice: {{$svyscs->career_choice}}
Pincode: {{$svyscs->pincode }}
Country: {{$svyscs->country}}
State: {{$svyscs->state}}
District: {{$svyscs->district}}
Address: {{$svyscs->address}}
@if($svyscs->otp_verify_status == 1) Verify @else Not Verify @endif
{{$svyscs->created_at}}

+
@include('backend.pagination',['list' =>$registrationform,'class'=>'svysc'])