@extends('layouts.teacher') @section('title', 'New Assignment') @section('content') @csrf Title Class@foreach($classes as $c){{ $c->name }}@endforeach Subject@foreach($subjects as $s){{ $s->name }}@endforeach Total Marks Due Date Submission TypeFile uploadTextLinkText + FileManual/offline StatusDraftPublished Allow late submission Instructions Attachment Create Assignment @endsection