@extends('layouts.app_hr') @section('title',__('hr.monthly_main_salary_over_time')) @section('content')
@csrf
@if($finance_cln_periods_data['is_open']==1) @endif
{{__('hr.employee')}} {{__('hr.days_count')}} {{__('hr.over_time_total_amount')}} {{__('hr.added_by')}} {{__('hr.updated_by')}} {{__('hr.status')}} {{__('messages.action')}}
@stop @include('hr.main_salary_employee_over_times.create') @section('javascript') @endsection