@extends('hr_main')
@section('title', '| Appoinment Letter Waiting List')
@section('content')
{{-- @include('microfin/passBookBalanceViews/PassBookBalanceAjax') --}}
@php
$company = DB::table('gnr_company')->where('id', Auth::user()->company_id_fk)->select('name','address')->first();
$operationalConfig =DB::table('mfn_cfg')->where('name','operationalPolicy_cfg')->value('config');
$operationalConfiguration = json_decode($operationalConfig,true);
$fiscalYear = DB::table('gnr_fiscal_year')
->select('name')
->orderBy('id', 'DESC')
->limit(1)
->pluck('name')
->toArray();
@endphp
@if (sizeof($checkDetails) > 0)
Upgrade Appointment Letter
@else
Generate Appointment Letter
@endif
{{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}}
@php
$totalGrossSalary = 0;
$detailsArray = array();
$detailsArray = $checkDetails;
@endphp
Warning: Undefined variable $detailsArray in /home/shikkhaplus/public_html/resources_16_05_2024/views/hr/appointmentLetterList/appointmentLetterGenarateForm.blade.php on line 161
Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/resources_16_05_2024/views/hr/appointmentLetterList/appointmentLetterGenarateForm.blade.php:161
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/hr/appointmentLetterList/appointmentLetterGenarateForm.blade.php on line 161