@push('styles') @endpush
@csrf

Attendance By Roster Settings

attendance_by_roster_allow_past_due_expired ? 'checked' : '' }}>
Number of consecutive scheduled roster classes missed before notifying through Notification Center. @error('absent_days_threshold')
{{ $message }}
@enderror
@csrf

Attendance By Roster

@if(session('attendance_warnings'))
    @foreach(session('attendance_warnings') as $warning)
  • {{ $warning }}
  • @endforeach
@endif
@error('attendance_date')
{{ $message }}
@enderror
@error('roster_id')
{{ $message }}
@enderror
@error('contact_id')
{{ $message }}
@enderror
Select a contact to view contact, membership, and payment information.
@push('scripts') @endpush