@extends('frontend.layouts.main') @section('content')
Complete Your Profile
And stand out to recruiters!!!
Resume
Resume is the most important document recruiters look for. Recruiters generally do not look at profiles without resumes.
Upload Resume
Supported Formats: doc, docx, pdf upto 10 MB
Uploaded File
Basic Information
Upload your photo
First Name*
Last Name*
About*
{{$student->description}}
Email*
Phone Number*
user->phone_number ? 'disabled' : ''}} name="phone" class="form-control" id="phone" value="{{$student->user->phone_number}}" aria-describedby="phoneHelp">
Gender*
gender=="male" ? 'selected' : ''}} >Male
gender=="female" ? 'selected' : ''}}>Female
gender=="others" ? 'selected' : ''}}>Other
Date Of Birth*
Country*
Select Country
@foreach ($countries as $country)
country ===$country['code'] ? 'selected' : ''}} >{{ $country['name'] }}
@endforeach
City*
Pincode*
Permanent Address*
Home Town*
Add your linkedIn profile here
Educational Details
@if(count($student->student_qualifications)>=1) @foreach($student->student_qualifications as $student_qualification)
Qualification*
Degree Type*
Select Degree type
degree_type == 'full_time' ? 'selected' : '' }} > Full Time
degree_type == 'part_time' ? 'selected' : '' }} >Part Time
Degree*
Select Degree
@foreach($educations as $education)
education_id == $education->id ? 'selected' : '' }}>{{$education->name}}
@endforeach
Start*
End*
Percentage/CGPA
College/University
Location*
Description
(optional)
{{$student_qualification->description}}
@endforeach @else
Qualification*
Degree Type*
Select Degree type
Full Time
Part Time
Degree*
Select Degree
@foreach($educations as $education)
{{$education->name}}
@endforeach
Start*
End*
Percentage/CGPA*
College/University*
Location*
Description
(optional)
@endif
Add Education
Work Experience
@if(count($student->student_experiences) >=1) @foreach($student->student_experiences as $student_experience)
Is this your current employment?*
current_job ? 'checked' : ''}}>
Yes
current_job) ? 'checked' : ''}}>
No
Designation*
Select Designation
@foreach($designitions as $designition)
designition_id==$designition->id) ? 'selected' : ''}}>{{$designition->title}}
@endforeach
Employment Type*
Select Employment
@foreach($employee_types as $employee_type)
employee_type_id==$employee_type->id) ? 'selected' : ''}}>{{$employee_type->name}}
@endforeach
Department*
Select Department
@foreach($departments as $department)
department_id==$department->id) ? 'selected' : ''}}>{{$department->department_name}}
@endforeach
Company name*
Duration*
Duration*
Location*
remote ? 'checked' : ''}} id="exampleCheck1">
Remote
Describe your experience in brief
{{$student_experience->description}}
@endforeach @endif @if(count($student->student_experiences)<=0)
Is this your current employment?*
Yes
No
Designation*
Select Designation
@foreach($designitions as $designition)
{{$designition->title}}
@endforeach
Employment Type*
Select Employment
@foreach($employee_types as $employee_type)
{{$employee_type->name}}
@endforeach
Department*
Select Department
@foreach($departments as $department)
{{$department->department_name}}
@endforeach
Company name*
Duration*
Duration*
Location*
Remote
Describe your experience in brief
@endif
Add Work Experience
Certificates
@if(count($student->student_certificates) >=1) @foreach($student->student_certificates as $student_certificate)
Title of Certificate*
Issuing Organisation*
Duration*
Duration*
Describe
(optional)
{{$student_certificate->description}}
Add Attachment
@endforeach @else
Title of Certificate*
Issuing Organisation*
Duration*
Duration*
Describe
(optional)
Add Attachment
@endif
Skills
Select Skiils
@foreach($skills as $skill)
{{$skill->skill_name}}
@endforeach
@endsection