@extends('layouts.app_hr') @section('title', __( 'hr.hr_settings' )) @section('content')
{!! Form::open(['url' => action([\App\Http\Controllers\Hr\HrSettingController::class, 'update'],$data['id']), 'method' => 'PUT', 'id' => 'edit_form' ]) !!}
@lang('hr.Setting_internal_regulations')
@lang('hr.EmployeeController monthly leave balance')
@lang('hr.After how many days will the employee receive his leave balance?')
@lang('hr.The initial balance carried forward when activating the employee’s leave, such as ten and a half days, after six months for the employee')
@lang('hr.multi_p_loan_same_time')
{!! Form::close() !!}
@stop @section('javascripts') @stop