@include('livewire.applicant.modal.experience')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Experience Detail

Total Experience: ({{$this->totalExp}})

@foreach ($recList as $recDetail) @if($recDetail->notice) @endif @endforeach
# Organization Name Joining Date Leaving Date Experience Letter Actions
{{ $loop->iteration }} {{$recDetail->organization}} {{$recDetail->joining_date}} {{$recDetail->employment_status }} {{$recDetail->experience}} @if(!empty($recDetail->letter)) @endif
Notice Period: {{$recDetail->notice}}
Add your work experiences one by one. You can add multiple entries and rearrange their sequence using drag & drop as per your career timeline.
@push('toggleScript') @endpush @push('editorScript') @endpush @push('scripts') @endpush @push('scripts') @endpush