@extends('layouts.app') @section('title', 'Homework Board') @section('page-title', 'Homework Board') @section('content')
@if(in_array(auth()->user()->role, ['teacher', 'admin'])) Post and manage daily homework for your classes @else View homework assigned by your teachers @endif
{{ $dayLabel }}
{{ $d->format('d M Y') }} · {{ $items->count() }} {{ Str::plural('item', $items->count()) }}
{{ $hw->description }}
@endif {{-- Footer --}}No homework found
@if(request('date')) No homework posted for {{ \Carbon\Carbon::parse(request('date'))->format('d M Y') }} @else No homework posted in the last 7 days @endif