@extends('layouts.admin') @section('styles') @endsection @section('content')

Teacher Attendace Logs

Teacher Attendace Logs List

@foreach($students as $student) @foreach($student->user->activity as $activity) @endforeach @endforeach
(#) Name Activity Type Activity Method Activity Time / Date
{{$loop->iteration}} {{$student->name}} {{$activity->activity_type}} {{$activity->activity_method}} {{$activity->activity_time}}
@endsection @section('scripts') @endsection