@extends('layouts.app') @section('title', 'Add New Student Attendance') @section('content')
| Class | : | {{ optional($students[0]->classtype)->name }} |
|---|---|---|
| Session | : | {{ optional($students[0]->session)->name }} |
| Group | : | {{ optional($students[0]->group)->name }} |
| Year | : | {{ optional($students[0]->classyear)->name }} |
| Date | : | {{ $date }} |
Attendance Already Exist! You can update this attendance
@endforeach @else @if ($students->count() > 0)| Class | : | {{ optional($students[0]->classtype)->name }} |
|---|---|---|
| Session | : | {{ optional($students[0]->session)->name }} |
| Group | : | {{ optional($students[0]->group)->name }} |
| Year | : | {{ optional($students[0]->classyear)->name }} |
| Date | : | {{ $date }} |
No Student Found
@endif @endif @endif