@extends('Company.layout.master')
@section('title', 'Student Enrollments')
@section('page_name', 'Student Enrollment List')
@section('content')
| Name: |
Email: |
Phone: |
Created At: |
|
|
|
|
| # |
Course Name |
Institution Name |
Board |
Result |
Roll No |
Reg No |
Certificate No |
Passing Year |
Certificate Copy |
Submitted At |
Updated At |
-
-
-
-
-
-
| ID |
Name |
Location |
Target Country |
Action |
@foreach($lead as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
| ID |
Name |
Location |
Target Country |
Action |
@foreach($first as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
| ID |
Name |
Location |
Target Country |
Action |
@foreach($second as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
| ID |
Name |
Location |
Target Country |
Action |
@foreach($third as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
| ID |
Name |
Location |
Target Country |
Action |
@foreach($fourth as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
| ID |
Name |
Location |
Target Country |
Action |
@foreach($fourth as $f)
| {{$loop->iteration}} |
{{$f->u_name}} |
{{ucfirst($f->profile->district)}} |
{{ $f->profile->target_country }}
|
|
@endforeach
@endsection
@push('scripts')
@endpush