@extends('layouts.main') @section('title','Shortlisted Students') @section('content')
{!! Form::hidden('oper',$oper,array('id'=>'js-shortlist-oper'))!!}
Please wait, Loading...
@forelse($shortlistedCandidates as $value)
@if($value->image_url) Generic placeholder image @else Generic placeholder image @endif

{{$value->fullname ?? '--'}}

{{$value->email_address ?? '--'}}

{{$value->mobile_number ?? '--'}}

@empty
No Records Found
@endforelse
@if($shortlistedCandidates->hasMorePages())
@endif
@endsection