@extends('layouts.vertical') @section('css') @endsection @php $teacherList = []; $user = ""; $month = date('F Y'); if(app('request')->input('id')){ $user = app('request')->input('id'); } if(app('request')->input('month')){ $month = app('request')->input('month'); } @endphp @if(isset($rosters->teachers->scheduled) && !empty($rosters->teachers->scheduled)) @foreach ($rosters->teachers->scheduled as $key => $teacher) @php $teacher->name = $teacher->firstName . " " . $teacher->lastName; $teacherList[] = $teacher; @endphp @endforeach @endif @section('breadcrumb')
Please use this button to disable email notification of timesheet comments: disableEmail) && ($rosters->disableEmail == true || $rosters->disableEmail == "true") ? "checked" : ""}}>
Date | Schedule | Start time/End time | Record added by |
---|