@extends('layouts.dash') @section('content') @include('inc.header')
Date: {{ \Carbon\Carbon::now()->format('l, F j, Y') }}
@if(session('success'))| Student Name | Mark Attendance | Lesson Learned | |
|---|---|---|---|
| {{ $student->name }} | {{ $student->email }} | {{-- Mark Attendance --}}@if($attendance) Marked @else @endif | {{-- Lesson Learned (always editable) --}}@if($attendance && !$attendance->lesson_learned) No comments @endif |