@extends('emails.template') @section('title', 'Assignment Graded!') @section('content')
Hi {{ $submission->student->user->name }},
Your instructor has reviewed and graded your submission for the assignment: {{ $submission->assignment->title }}.
Feedback from Instructor:
"{{ $submission->feedback }}"
Keep up the great work!
@endsection