@include('homedesktopheader')
@csrf
{{ getJsonLocalization('postjob', 'Create a Job') }}
{{ getJsonLocalization('postjob', 'Title of the jobs') }}
{{ getJsonLocalization('postjob', 'Category') }}:
Select Category
@foreach($Category_Result as $category)
{{ getJsonLocalization('index', $category->category ) }}
@endforeach
{{ getJsonLocalization('postjob', 'job offer picture') }}:
{{ getJsonLocalization('postjob', 'Country') }}:
{{ getJsonLocalization('postjob', 'Country') }}
{{ getJsonLocalization('postjob', 'USA') }}
{{ getJsonLocalization('postjob', 'Canada') }}
{{ getJsonLocalization('postjob', 'City Name') }}:
{{ getJsonLocalization('postjob', 'Address') }}
{{ getJsonLocalization('postjob', 'Job Details') }}
{{ getJsonLocalization('postjob', 'Description') }}
{{ getJsonLocalization('postjob', 'Requirement') }}
{{ getJsonLocalization('postjob', 'Task') }}
{{ getJsonLocalization('postjob', 'Schedules and additional information') }}
{{ getJsonLocalization('postjob', 'schedule') }}:
{{ getJsonLocalization('postjob', 'Select Schedule') }}
{{ getJsonLocalization('postjob', 'FullTime') }}
{{ getJsonLocalization('postjob', 'PartTime') }}
{{ getJsonLocalization('postjob', 'OnCall') }}
{{ getJsonLocalization('postjob', 'salary') }}:
{{ getJsonLocalization('postjob', 'mode') }}:
{{ getJsonLocalization('postjob', 'Select Mode') }}
{{ getJsonLocalization('postjob', 'Onsite') }}
{{ getJsonLocalization('postjob', 'Hybrid') }}
{{ getJsonLocalization('postjob', 'Home') }}
{{ getJsonLocalization('postjob', 'duration') }}:
{{ getJsonLocalization('postjob', 'Select Duration') }}
{{ getJsonLocalization('postjob', 'Permanent') }}
{{ getJsonLocalization('postjob', 'temporary') }}
{{ getJsonLocalization('postjob', 'Driver license') }}:
{{ getJsonLocalization('postjob', 'Select License') }}
{{ getJsonLocalization('postjob', 'Required') }}
{{ getJsonLocalization('postjob', 'Not required') }}
{{ getJsonLocalization('postjob', 'Recommended') }}
{{ getJsonLocalization('postjob', 'car') }}:
{{ getJsonLocalization('postjob', 'Select Car Status') }}
{{ getJsonLocalization('postjob', 'Required') }}
{{ getJsonLocalization('postjob', 'Not required') }}
{{ getJsonLocalization('postjob', 'Recommended') }}
{{ getJsonLocalization('postjob', 'Workfrater exam') }}:
{{ getJsonLocalization('postjob', 'Add An Exam') }}
{{ getJsonLocalization('postjob', 'Candidate Requirements') }}
{{ getJsonLocalization('postjob', 'Age Between') }}
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{{ getJsonLocalization('postjob', 'And') }}
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{{ getJsonLocalization('postjob', 'Sex') }}
{{ getJsonLocalization('postjob', 'Male') }}
{{ getJsonLocalization('postjob', 'Female') }}
{{ getJsonLocalization('postjob', 'Other') }}
{{ getJsonLocalization('postjob', 'All') }}
{{ getJsonLocalization('postjob', 'Who can see this job offer') }}
{{ getJsonLocalization('postjob', 'Add a filter') }}
{{ getJsonLocalization('postjob', 'Do you want to add questions to your job offer?') }}
{{ getJsonLocalization('postjob', 'Add a question') }}
{{ getJsonLocalization('postjob', 'Job Detail') }}
{{ getJsonLocalization('postjob', 'job title') }}:
{{ getJsonLocalization('postjob', 'field') }}:
{{getJsonLocalization("postjob", "Address")}}:
{{ getJsonLocalization('postjob', 'Job Description') }} :
{{ getJsonLocalization('postjob', 'Requirement') }} :
{{ getJsonLocalization('postjob', 'Task') }} :
{{ getJsonLocalization('postjob', 'Schedule') }} :
{{ getJsonLocalization('postjob', 'mode') }} :
{{ getJsonLocalization('postjob', "Driver's license") }} :
{{ getJsonLocalization('postjob', 'Car') }} :
{{ getJsonLocalization('postjob', 'Workfrater exam') }} :
{{ getJsonLocalization('postjob', 'Age') }} :
{{ getJsonLocalization('postjob', 'Sex') }} :
{{ getJsonLocalization('postjob', 'Ethnicity') }} :
{{ getJsonLocalization('postjob', 'Picture') }} :
{{ getJsonLocalization('postjob', 'Previous') }}
{{ getJsonLocalization('postjob', 'Next') }}
{{ getJsonLocalization('postjob', 'Submit') }}
{{ getJsonLocalization('postjob', 'Add a question') }}
{{ getJsonLocalization('postjob', 'Question') }}:
{{ getJsonLocalization('postjob', 'YES/NO') }}
{{ getJsonLocalization('postjob', 'choices') }}
{{ getJsonLocalization('postjob', 'text') }}
{{ getJsonLocalization('postjob', 'Yes') }}
{{ getJsonLocalization('postjob', 'No') }}
{{ getJsonLocalization('postjob', 'Add option') }}
{{ getJsonLocalization('postjob', 'Add') }}
{{ getJsonLocalization('postjob', 'Filter') }}
{{ getJsonLocalization('postjob', 'Age') }}
{{ getJsonLocalization('postjob', 'gender') }}
{{ getJsonLocalization('postjob', 'ethnicity') }}
{{ getJsonLocalization('postjob', 'status') }}
{{ getJsonLocalization('postjob', 'Add') }}
{{ getJsonLocalization('postjob', 'Age') }}
{{ getJsonLocalization('postjob', 'Age Between') }}
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{{ getJsonLocalization('postjob', 'And') }}
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{{ getJsonLocalization('postjob', 'Ethnicity') }}
{{ getJsonLocalization('postjob', 'Caucasian') }}
{{ getJsonLocalization('postjob', 'south-asian') }}
{{ getJsonLocalization('postjob', 'Hispanic') }}
{{ getJsonLocalization('postjob', 'mixed') }}
{{ getJsonLocalization('postjob', 'African') }}
{{ getJsonLocalization('postjob', 'middle-eastern') }}
{{ getJsonLocalization('postjob', 'Afro-latin') }}
{{ getJsonLocalization('postjob', 'Other') }}
{{ getJsonLocalization('postjob', 'Asian') }}
{{ getJsonLocalization('postjob', 'North-african') }}
{{ getJsonLocalization('postjob', 'Native american') }}
{{ getJsonLocalization('postjob', 'Status') }}
{{ getJsonLocalization('postjob', 'citizen') }}
{{ getJsonLocalization('postjob', 'permanent resident') }}
{{ getJsonLocalization('postjob', 'refugee') }}
{{ getJsonLocalization('postjob', 'work visa') }}
{{ getJsonLocalization('postjob', 'Other') }}
{{ getJsonLocalization('postjob', 'Gender') }}
{{ getJsonLocalization('postjob', 'Male') }}
{{ getJsonLocalization('postjob', 'Female') }}
{{ getJsonLocalization('postjob', 'Other') }}
{{ getJsonLocalization('postjob', 'Licence and car') }}
{{ getJsonLocalization('postjob', 'Must have a car') }}
{{ getJsonLocalization('postjob', 'Must have a valid driving licence') }}
{{ getJsonLocalization('postjob', 'your job offer has been posted successfully') }}
{{ getJsonLocalization('postjob', 'return to profile') }}
{{ getJsonLocalization('postjob', 'Add An Exam') }}