@extends('layouts.main_dashboard.app') @section('styles') @endsection @section('title', __('dashboard.View Attendance Record')) @section('page_heading', __('dashboard.View Attendance Record')) @section('breadcrumb')
|
{{ $absentStudent->student->name }}
{{ $absentStudent->student->email }}
|