@extends('layouts.app') @section('title', $class->subject->name . ' Materials') @section('page-title', $class->subject->name . ' - Study Materials') @section('header-buttons') Back @endsection @section('content')
Teacher: {{ $class->teacher->user->name }}
| Title | Uploaded By | File Info | Upload Date | Actions |
|---|---|---|---|---|
| {{ $material->title }} | {{ $material->teacher->user->name }} |
{{ $material->file_extension }} {{ $material->file_size_formatted }} |
{{ $material->created_at->format('M d, Y') }} |
The teacher hasn't uploaded any materials yet.