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

{{ __($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">
radius_check == "yes") checked @endif type="checkbox">
ip_check == "yes") checked @endif type="checkbox">

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