@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@include('components.alert')
@csrf

{{ $title }}

Cancel
@foreach ($staffMembers as $index => $staff) @endforeach
# Staff Name Attendance
{{ $index + 1 }} {{ $staff->cms_staff_id }} - {{ $staff->firstname }}
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush