@extends('admin.dashboard') @section('title') Leacov LMS Report @endsection @section('content') {!! HTML::script('vendor/bootstrap-table/dist/bootstrap-table.min.js',[], env("HTTPS",false)) !!} {!! HTML::script('vendor/bootstrap-table/dist/extensions/editable/bootstrap-table-editable.min.js',[], env("HTTPS",false)) !!} {!! HTML::script('vendor/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js',[], env("HTTPS",false)) !!} {!! HTML::script('vendor/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js',[], env("HTTPS",false)) !!} {!! HTML::script('vendor/bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.min.js',[], env("HTTPS",false)) !!}

LMS Admin Panel

LMS Users

Name nric email group_name company

LMS Groups

LMS Groups
@endsection