{{ csrf_field() }} {{isset($manpower_plan) ? method_field('PUT') : ''}}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif @if ($errors->has('name_count'))
{{ $errors->first('name_count') }}
@endif

Warning: Undefined variable $financial in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/manpower/form.blade.php on line 25

Warning: Attempt to read property "start_date" on null in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/manpower/form.blade.php on line 25

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/manpower/form.blade.php on line 25

{{__('Department information')}}

@if ($errors->has('department'))
{{ $errors->first('department') }}
@endif
@if ($errors->has('position'))
{{ $errors->first('position') }}
@endif
@if ($errors->has('cost_center'))
{{ $errors->first('cost_center') }}
@endif

{{__('Employees Count Section')}}

@if ($errors->has('employee_count_target_nature'))
{{ $errors->first('employee_count_target_nature') }}
@endif
@if(!empty(@old('employee_count_repeating'))>0 || (isset($manpower_plan) && @count($manpower_plan->repeatingEmployeeCounts)>0 ))
Fatal error: Uncaught Error: Call to undefined function old() in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/manpower/form.blade.php:128 Stack trace: #0 {main} thrown in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/manpower/form.blade.php on line 128