| Employee Name: |
{{ $interview->name ?? '-' }} |
| Location Of Posting: |
{{ $interview->location->name ?? '-' }} |
| Designation: |
{{ $interview->designation->name ?? '-' }} |
| Qualification: |
{{ $interview->qualification->name ?? '-' }} |
| Mobile No.: |
{{ $interview->mobile_no ?? '-' }} |
| Email Address: |
{{ $interview->email ?? '-' }} |
| Experience: |
{{ $interview->experience ?? '-' }}
@if ($interview->experience == 'Experienced')
({{ $interview->current_working_duration }} years)
@endif
|
| Date Of Joining: |
{{ date('d-m-Y', strtotime($interview->expected_date_of_joining)) }}
|
{{-- CTC to Offer --}}
{{ $errors->first('ctc_to_offer') }}
{{-- ABC (2% increase in CTC) --}}
{{-- Variable Pay --}}
{{-- Balance --}}
{{ $errors->first('balance_amount') }}
{{-- Basic Year --}}
{{-- Basic Month --}}
{{ $errors->first('basic_month_amount') }}
{{-- Medical --}}
{{ $errors->first('medical_amount') }}
{{-- PT --}}
{{ $errors->first('pt_amount') }}
{{-- Employee PF --}}
{{-- ESIC --}}
{{-- HRA --}}
{{-- Gratuity --}}
{{-- Employer PF --}}
{{-- Total --}}
{{ $errors->first('total_amount') }}
{{-- Special All --}}
{{ $errors->first('special_all') }}
{{-- Annual Package --}}
{{ $errors->first('annual_package') }}
{{-- VIP (Monthly Amount) --}}
{{ $errors->first('vip_monthly_amount') }}
{{-- SIP Amount --}}
{{-- Local Conveyance Amount --}}
{{-- Monthly CTC --}}
{{-- Monthly Salary --}}