@extends('adminlte::page') @section('title', 'Classroom Guidance') @section('content_header')
| # | Class | Date | Tasks | Achievements | Challenges | Created By | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $guidance->schoolClass?->name ?? 'N/A' }} | {{ $guidance->date->format('d/m/Y') }} | {{ $guidance->tasks }} | {{ $guidance->achievements }} | {{ $guidance->challenges }} | {{ $guidance->creator?->name ?? 'N/A' }} | View Edit |