@extends('layouts.side_bar') @section('content')
Manage your course assignments
| Title | Course | Subject | Due Date | Status | Submissions | Actions |
|---|---|---|---|---|---|---|
| {{ $assignment->title }} | {{ $assignment->course->title }} | {{ $assignment->subject->name }} | {{ $assignment->due_date->format('M d, Y') }} | {{ ucfirst($assignment->status) }} | {{ $assignment->submissions->count() }} | View Edit |
No assignments created yet
Create Your First Assignment