@extends('layouts.app') @section('content') @php usort($tableGrid, "SiteHelpers::_sort") @endphp @if (defined('CNF_CURRENCY')) @php $currency = SiteHelpers::getCurrentcurrency(CNF_CURRENCY) @endphp @endif
{{ Lang::get('core.stud_list') }}
{!! Form::open(array('url'=>'courselisting/getcourseuserlist/'.$course_id, 'class'=>'form-horizontal' ,'id' =>'' )) !!}
@if(count($custom_pagination)>0) @foreach ($custom_pagination as $row) @endforeach @else @endif
{{ Lang::get('core.no') }} {{ Lang::get('core.stud_name') }} {{ Lang::get('core.phone') }} {{ Lang::get('core.email') }} {{ Lang::get('core.btn_action') }}
{{ ++$i }} {!! $row->username !!} {!! $row->phone !!} {!! $row->email !!}

{!! Lang::get('pagination.no_data') !!}

{!! Form::close() !!} {!! $custom_pagination->links() !!}
@stop