@extends('layouts.main') @section('title','Invited Students') @section('content')
{!! Form::hidden('from',$from,array('id'=>'js-from-date'))!!} {!! Form::hidden('to',$to,array('id'=>'js-to-date'))!!}
Please wait, Loading...
@forelse($invitedCandidates 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($invitedCandidates->hasMorePages())
@endif
@endsection