@extends('layout.app')
@section('title')
    <title>Recruitment</title>
    <meta name="description" content="We help businesses and enterprises to leverage the valuable skills of our custom dedicated team to help match your project needs on various technology in development"/>
    <meta name="og:title" content="Recruitment"/>
    <meta name="og:image" content="{{url('frontend/images/recruitment.png')}}"/>
@endsection
@section('content')
    <section class="recruitment-banner" style="background: url('frontend/images/recruitment.png')">
        <nav aria-label="breadcrumb">
            <ol class="breadcrumb">
              <li class="breadcrumb-item"><a href="/">Home</a></li>
              <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
            </ol>
        </nav>
        <div class="service-detail-desc">
            <h2>Recruitment</h2>
        </div>
    </section>
    <section class="recruitment-primary">
        <h2>We offer <span>solution</span> to your need</h2>
        <p>We help businesses and enterprises to leverage the valuable skills of our custom dedicated team to help match your project needs on various technology in development</p>
    </section>
    <section class="recruitment-card">
        <div class="row g-4">
            <div class="col-md-6">
                <a href="/need_chef">
                    <div class="need-chef-card">
                        <div class="need-chef-top">
                            <h4>I am a Hospitality Operator</h4>
                            <h6>Our goal is to connect highly skilled people with hospitality operators.</h6>
                            <p>A Plus Agency is an education and recruitment firm specialising in the hospitality industry, we concentrate on business-to-business relations and international candidate placements.
                                <br><br>
                                Need help finding the best candidates for your business? Whatever you need, we work relentlessly to provide the best talent for your business.
                                <br><br>
                                Please get in touch via our <span>enquiry form</span> . We would love to find out how we can help you!
                            </p>
                        </div>
                        <div class="need-chef-card-img text-center">
                            <img src="{{url('frontend/images/women-chef.png')}}" class="img-fluid" alt="">
                        </div>
                    </div>
                </a>
            </div>
            <div class="col-md-6">
                <a href="/am_chef">
                    <div class="need-chef-card">
                        <div class="need-chef-top">
                            <h4>I am A Hospitality Candidate</h4>
                            <p>At A-PLUS we are obsessed with enabling individuals to further progress within their careers.
                                <br><br>
                                A Plus Agency gives hospitality workers like yourself the ultimate freedom & choice, we don’t just end our relationship upon placement. We constantly support you throughout your employment and help ensure progressive professional development.
                                <br><br>
                                If you are looking to secure a future within Australia's hospitality sector, we’d love to hear from you. Please send an <span>enquiry</span> with evidence of your skills and qualifications so we can connect you with any opportunities that may arise.
                            </p>
                        </div>
                        <div class="need-chef-card-img text-center">
                            <img src="{{url('frontend/images/chefs.png')}}" class="img-fluid" alt="">
                        </div>
                    </div>
                </a>
            </div>
        </div>
    </section>
@endsection