@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

{{ getPhrase('date')}} {{ getPhrase('assignment_name')}} {{ getPhrase('subject')}} {{ getPhrase('staff')}} {{ getPhrase('deadline')}} {{ getPhrase('submitted')}} {{ getPhrase('approved')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_STUDENT_ASSIGNMENTS_AJAXLIST.$slug, 'route_as_url' => TRUE )) @stop