@section('title', 'ارسال رزومه') @section('style') @endsection
@include('livewire.send-resume-partials.head-bar')
فرایند استخدام برای این موقعیت شغلی به این صورت خواهد بود
    @if(isset($this->details['employmenttProcess']['steps'])) @forelse($this->details['employmenttProcess']['steps'] as $item)
  • {{ $item['name'] }}

  • @empty

    پیدا نشد

    @endforelse @endif
@include('livewire.send-resume-partials.upload-image') @include('livewire.send-resume-partials.fields') @include('livewire.send-resume-partials.upload-resume') {{-- @if($this->details['requestedInfo']['motivationLetter'] !== 3)--}} {{--
--}} {{--

انگیزه نامه--}} {{-- @if($this->details['requestedInfo']['motivationLetter'] == 1)--}} {{-- *--}} {{-- @endif--}} {{--

--}} {{-- --}} {{--
--}} {{-- @endif--}} @if(isset($this->details['requestedInfo']['smoking'])) @if($this->details['requestedInfo']['smoking'] !== 3)
@endif @endif @if(isset($this->details['requestedInfo']['coverLetter'])) @if($this->details['requestedInfo']['coverLetter'] !== 3)
@endif @endif @if(isset($this->details['requestedInfo']['healthStatus'])) @if($this->details['requestedInfo']['healthStatus'] !== 3)
@endif @endif @if(isset($this->details['requestedInfo']['workRecords'])) @if($this->details['requestedInfo']['workRecords'] !== 3)
@if(empty($workList))
هیچ سابقه کاری ثبت نشده است
@endif @foreach ($workList as $key => $work)

نام شرکت: {{ $work['companyName'] }}

عنوان: {{ $work['jobTitle'] }}

تاریخ شروع: {{ verta()->instance($work['fromDate'])->format('Y/m/d') }}

تاریخ پایان: {{ $work['isStillWorking'] ? 'هنوز مشغولم' : verta()->instance($work['toDate'])->format('Y/m/d') }}


توضیح: {{ $work['description'] }}

@endforeach
{{-- --}}
{{-- --}}
@endif @endif
@include('livewire.include.spinner')
@section('script') @endsection