@extends('Company.layout.master') @section('title', 'Student Enrollments') @section('page_name', 'Student Enrollment List') @section('content')
@foreach($lead as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@foreach($first as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@foreach($second as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@foreach($third as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@foreach($fourth as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@foreach($fourth as $f) @endforeach
ID Name Location Target Country Action
{{$loop->iteration}} {{$f->u_name}} {{ucfirst($f->profile->district)}} {{ $f->profile->target_country }}
@endsection @push('scripts') @endpush