@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('app.update') @lang('app.menu.attendanceSettings')
{{-- @include('sections.admin_setting_menu') --}}
@csrf @method('PUT')
employee_clock_in_out == 'yes') checked @endif type="checkbox">
employee_clock_in_out == 'no') disabled @endif @if ($attendanceSetting->radius_check == 'yes') checked @endif type="checkbox">
employee_clock_in_out == 'no') disabled @endif @if ($attendanceSetting->ip_check == 'yes') checked @endif type="checkbox">

@if(hasAccessOf('attendance_settings')['is_write'])
@endif
@endsection @push('footer-script') @endpush