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