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