@switch(session()->has('roleid')) @case(1) @include('extensions/staff_header') @break @case(2) @include('extensions/staff_header') @break @case(3) @include('extensions/employer_header') @break @case(4) @include('extensions/jobseeker_header') @break @default @include('extensions/visitor_header') @endswitch

Job Details

Image
@foreach ($data as $job)

{{ $job['position'] }}

{{ $job['employer_post']['business_name'] }}
{{ $job['employer_post']['location'] }}
{{ $job['salary'] }}/month
{{ $job['min_education_req'] }}
@if (session('id')) @else @endif

Job Description

{{ $job['description'] }}

Qualifications/Requirements

  • Graduate of {{ $job['job_vacancy_qualification']['course'] }}.
  • With atleast {{ $job['years_experience'] }}-year experience in programming or equivalent
  • Must be results and controls-oriented, keen to details
  • With good analytical and problem-solving skills
  • Excellent in communication skills both verbal and written
  • Knowledgeable in software algorithm design, software performance tuning, software debugging, software development fundamentals, software documentation, software testing.

Work location

{{ $job['employer_post']['location'] }}


Remarks

No additional remarks


@if (session('id')) @else @endif
@endforeach @include('extensions.session_timeout_guard')