@extends('emails.template') @section('title', 'New Assignment Alert!') @section('content')
Hi Student,
A new assignment has been uploaded for your classroom {{ $assignment->section->name }} ({{ $assignment->section->subject->name }}).
Instructions:
{{ $assignment->description }}
Please make sure to complete and submit your work before the deadline to ensure your instructor can review and grade it on time.
@endsection