@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')
{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','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">

{!! Form::close() !!}
@endsection @push('footer-script') @endpush