@extends('layout.new_master')
@section("title", "Experience growth and reach peak potential")
@section("meta-title", "Experience growth and reach peak potential")
@section("description", "Looking for a new opportunity? You found it. At Capita Works, we grow, lead, and support. Join us and unlock your potential.")
@section("keywords", "Job Opportunities")
@section("image", asset('images/backgrounds/find_new_job_background.svg'))
@section('content')
@include('layout.new_nav')
@include('templates.section', [
"image" => "find-new-job",
"title" => "FIND YOUR NEW JOB",
"aligntext" => ""
])
@include("templates.section-description",[
"title" => "Job Opportunities",
"description" => "Are you looking for remote job opportunities that can help you grow both professionally and personally? You’re here, so you’re already on the right track! At Cápita Works, we will help you connect with innovative companies in the U.S. that will help you reach peak potential."
])
@include("templates.jobs",[
"data" => $jobs
])