Front-end Store Operation Team

So, what will you find when you join the Nigeria largest chain of Hypermarket stores?
The chance to impact the community you live and work in, to innovate for the next generation of customers, and to build a career doing what you love.


Check-Out Points

Shop Floor

Fresh Department Front-end

Fresh Department Production Team
@foreach($jobs as $job) @if($job->job_type != $job_type) @if($job_type != 0)
@endif

{{$job->job_type_name}}

@endif
Job Position
{{$job->job_title}} @if($job->job_id != '') (Job ID : {{$job->job_id}}) @endif
@if($job->job_department != '')
Department
{{$job->job_department}}
@endif @if($job->specifications != '')
Job Specifications
{{$job->specifications}}
@endif @if($job->qualification != '')
Qualification
{{$job->qualification}}
@endif @if($job->work_ex != '')
Desired Work Experience
{{$job->work_ex}}
@endif @if($job->skills != '')
Desired Skills
{{$job->skills}}
@endif
@if(++$count % 2 == 0)
@endif @endforeach
 
@if(Session::has('success'))

{{Session::get('success')}}

@else

Apply for the job

@if(Session::has('error'))

{{Session::get('error')}}

@endif {{Form::open(array("url"=>"job-submit", "method"=>"POST", "class" => "job_form cc_form", "files"=>"true" ))}}

{{Form::text('Name','',["required"=>"true"])}}
{{Form::text('Email','',["required"=>"true"])}}
{{Form::text('Mobile','',["required"=>"true"])}}
{{Form::text('Position','',["required"=>"true"])}}
{{Form::text('Job_ID','')}}
{{Form::text('Preferred_Department','')}}
{{Form::text('Preferred_Store_Location','')}}
{{Form::file('cv_upload',["style"=>"padding-left:0"])}}

{{Form::close()}} @endif