{{-- Ajax Form Submit --}}
Sl | Student Information | Teacher Information | Proposal Summary | Applied on | Status |
---|---|---|---|---|---|
{{++$key}} |
{{cn($row,'student_details.first_name','')}} . {{cn($row,'student_details.last_name','')}}
{{cn($row,'student_details.country_name.name','')}}
@if(!empty(cn($row,'student_details.dob'))){{date('d M Y', strtotime(cn($row,'student_details.dob','')))}} @endif
|
{{cn($row,'teacher_details.first_name','')}} . {{cn($row,'teacher_details.last_name','')}}
{{cn($row,'teacher_details.designation','')}}
.
@if(isset($row->teacher_details->department_name))
{{cn($row,'teacher_details.department_name.name','')}}
@else
{{cn($row,'teacher_details.others_department','')}}<
@endif
{{cn($row,'teacher_details.university.name','')}}
|
({{cn($row,'proposal.proposal_ref','')}}) - {{cn($row,'proposal.title','')}}
{{cn($row,'proposal.methology','')}}
.
{{cn($row,'proposal.department.name','')}}
.
{{cn($row,'proposal.status','')}}
|
@if(!empty($row->created_at)){{date('d M Y', strtotime($row->created_at))}} @endif | @if($row->proposal_status==NULL) Hold @endif @if($row->proposal_status==1) In Review @endif @if($row->proposal_status==2) Pause @endif @if($row->proposal_status==3) Rejected @endif @if($row->proposal_status==4) Interested @endif |
No data found! |
Sl | Name | Signed Up | Application | Account Type | |
---|---|---|---|---|---|
{{++$key}} |
{{$row->first_name}} {{$row->last_name }}
@if($row->dob){{date('d M Y',strtotime($row->dob))}} @endif
@if($row->gender=='male')
Male
@else
Female
@endif
|
{{$row->email}} | {{date('d M Y', strtotime($row->created_at))}} | test | Free |
No data found! |
Sl | Name | Reffered | Reffered by | Signed up | |
---|---|---|---|---|---|
{{$key+1}} | {{$row->name}} | {{$row->email}} | {{date('y M', strtotime($row->created_at))}} | {{cn($row, 'refer_by_user.first_name','')}} {{cn($row, 'refer_by_user.last_name','')}} |
@if($row->signup==1)
Yes @php $refer_signup_user = \App\User::where('email',$row->email)->first(); @endphp @if($refer_signup_user) {{date('y M', strtotime($refer_signup_user->created_at))}} @endif @else No @endif |
No data found! |
Sl | Name | University Name | Department | Status |
---|---|---|---|---|
{{++$key}} | {{$row->first_name }} {{$row->last_name }} {{$row->designation}} {{$row->email}} |
{{$row->university_name}} {{$row->uni_website}} |
@if(isset($row->department)) {{ cn($row, 'department_name.name','') }} @else {{ $row->others_department }} @endif |
@if($row->status==1)
Active
@endif
@if($row->status==2)
In active
@endif
@if($row->status==3)
Suspend
@endif
|
No data found! |
Sl | Name | Invited on | Registered | |
---|---|---|---|---|
{{ ++$key }} | {{ $row->first_name }} {{ $row->last_name }} | {{ $row->email }} | {{ date('d M Y', strtotime($row->created_at)) }} | @if(!empty($row->registered_at)) {{ date('d M Y', strtotime($row->registered_at)) }} @else -- @endif |
No data found! |