@extends('layouts.app') @section('title', 'My Assignments') @section('content')
Batch: {{ $student->batch->name ?? 'Not assigned' }}
{{ Str::limit($assignment->instructions, 120) }}
You don't have any assignments at the moment.