@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('Students')}} |
{{ getPhrase('from_date')}} |
{{ getPhrase('to_date')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_ALUMNI_STAR_GETLIST, 'route_as_url' => TRUE ))
@include('common.deletescript', array('route'=>URL_ALUMNI_STAR_DELETE ))
@stop