@extends('layouts.default_module') @section('module_name') List of Groups @stop @section('add_btn') {!! Form::open(['method' => 'get', 'url' => ['admin/group/create'], 'files' => true]) !!} {!! Form::submit('Add Group', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table')
Course Group Teacher Start Date End Date Group Exams Edit Delete
@stop @section('app_jquery') @endsection