@extends('layouts.default') @php $pageTitle = 'New Attendance'; $pageTitle2 = 'Attendance List'; @endphp @section('title',$pageTitle) @section('PageHead')
@stop @section('content')


Enroll List
@for($i=1;$i<4;$i++) @endfor
Staff Name Designation Department Present

@stop