@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole(getUserGrade(11)))
{{ $title }}
@else
{{ucwords($user->name)}} Assignments
@endif
{{ getPhrase('date')}} |
{{ getPhrase('title')}} |
{{ getPhrase('subject')}} |
{{ getPhrase('class')}} |
{{ getPhrase('deadline')}} |
{{ getPhrase('file')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_ASSIGNMENTS_AJAXLIST.$user->id, 'route_as_url' => TRUE ))
@include('common.deletescript', array('route'=>URL_ASSIGNMENTS_DELETE ))
@stop