@extends('frontend.layouts.template') @section('content')
CAREERS
{{ count( $jobs ) }} JOBS
{!! $detail->top !!}
    @if ($jobs) @foreach ($jobs as $job)
  • {{ $job->name }}
    {!! $job->description !!}
    @if ( $job->attach_jobs )   Download @endif
  • @endforeach @endif
{!! $detail->bottom !!}
Personal Details
 @if (Session::has('success') )

Thank you!

You are very important to us, all information received will always remain confidential. We will contact you as soon as we review your message.

@endif
{{ csrf_field() }}
Experiences
Work History
Education
Experience Summary
Resume *
Cover Letter
@endsection @section('stylesheet') @endsection @section('javascript') @endsection