Job Post: | {{$application->job->title}} |
Position applying for: | {{$application->designation->name ?? ''}} |
Date of application: | {{showDate($application->date_of_application)}} |
Name | {{$application->first_name}} | ||
Gender | {{toWord($application->gender)}} | ||
{{$application->email}} | |||
Address | {{title_case($application->address_line_1)}} S({{$application->zipcode}}) | ||
Date of Birth | {{showDate($application->date_of_birth)}} | Age | {{getAge($application->date_of_birth)}} |
Contact Number (Primary) | {{$application->primary_contact_number}} | Contact Number (Secondary) | {{$application->secondary_contact_number}} |
{{ $title }} | {{ $value }} | @else{{ $title }} | {{ $value }} |
From | To | Name of School/ Institution | Qualification Obtained |
---|---|---|---|
{!! (!empty($education->from)) ? showDate($education->from) : ' ' !!} | {!! (!empty($education->to)) ? showDate($education->to) : ' ' !!} | {!! (!empty($education->institution)) ? $education->institution : ' ' !!} | {!! (!empty($education->level)) ? \App\EducationLevel::where('id',$education->level)->first()->name : ' ' !!} |
From | To | Company | Salary | Leaving Remarks |
---|---|---|---|---|
{!! (!empty($experience->from)) ? showDate($experience->from) : ' ' !!} | {!! (!empty($experience->to)) ? showDate($experience->to) : ' ' !!} | {!! (!empty($experience->company)) ? $experience->company : ' ' !!} | {!! (!empty($experience->site)) ? $experience->site : ' ' !!} | {!! (!empty($experience->title)) ? $experience->title : ' ' !!} |
|
|
What are you applying for? | {{$application->job->department->name}} | Which workplace you intend to work? | {{$application->location ? $application->location->name : ''}} |
{{ $title }} | {{ $value }} | @else{{ $title }} | {{ $value }} |