@extends('layouts.master') @section('css') @endsection @section('page-header') @endsection @section('title') {{ __('attendances.hr_settings') }} @stop @section('content')
{{ __('hr.hr_settings') }}
@if(session('success')) @endif
@csrf @method('PUT')
{{ __('hr.grace_hint') }}
{{ __('hr.weekend_hint') }}
{{ __('hr.overtime_hour_rate_hint') }}
@endsection @section('js') @endsection