@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

{{ csrf_field() }}
{{ trans('update.attendances_settings_active_hint') }}
{{ trans('update.time_allowed_for_attendance_input_hint') }}
{{ trans('update.time_allowed_for_delay_input_hint') }}
@php $otherSwitches = ['allow_instructor_to_change_attendance_status']; @endphp @foreach($otherSwitches as $otherSwitch)
{{ trans("update.{$otherSwitch}_hint") }}
@endforeach
@endsection @push('scripts_bottom') @endpush