@extends('admin.layouts.admin') @section('content')

Create Resign

@php $exitInterviewQuestion = getExitInterviewQuestion(); $reasonForLeaving = [ 'Good job opportunities', 'Type of work', 'Salary rate', 'Self-employment', 'Back to study', 'Types of supervision', 'Travel distance', 'Progress is not encouraging', 'Excessive work stress', 'Work environment', 'Reasons for travel', 'Inadequate training', 'Family status', 'Medical or Sickness', 'Other' ]; $workFeelList = [ 'Good', 'Challenging', 'General', 'Not inspirational', 'Limited' ]; $amountOfWorkloadList = [ 'Too much for one person', 'Sometimes a lot, but most of the time just right', 'Normal', 'Work pressure is higher than time' ]; $getInNewJob = [ 'Good future', 'Good working hours', 'Higher salary', 'More interesting work', 'Less difficult work', 'Want to return to a former business or job' ]; @endphp
@csrf
@error('emp_id')
{{ $message }}
@enderror
@error('resign_date')
{{ $message }}
@enderror
@error('job_area')
{{ $message }}
@enderror


@error('job_responsibilities_explained')
{{ $message }}
@enderror

@foreach($reasonForLeaving as $reason)
@endforeach @error('reason_for_leaving')
{{ $message }}
@enderror

@foreach($getInNewJob as $newJob)
@endforeach @error('get_in_new_job')
{{ $message }}
@enderror

@foreach($amountOfWorkloadList as $workload)
@endforeach @error('amount_of_workload')
{{ $message }}
@enderror

@foreach($workFeelList as $workFeel)
@endforeach @error('work_feel')
{{ $message }}
@enderror


@error('returning_SSLCOMMERZ')
{{ $message }}
@enderror

@foreach([1,2,3,4,5,6,7,8,9,10] as $scale)
@endforeach @error('company_work_environment_scale')
{{ $message }}
@enderror


@error('recommend_good_place')
{{ $message }}
@enderror


@error('discussed_issue_with_team_leader')
{{ $message }}
@enderror


@error('was_discussion_helpful')
{{ $message }}
@enderror
@include('admin.sections.footer')
@endsection @section('style') @endsection @section('script') @endsection