@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @section('title') @lang('site.Careers') @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{{ Breadcrumbs::render('Careers') }}
{!! $breadcrumbSchema !!}

@lang('site.Your Career Advancement Here')

@lang('site.WE HIRE INTELLIGENCE. WE HIRE CURIOSITY. WE HIRE EXPERIENCE. WE HIRE DIVERSITY. WE HIRE CHALLENGE.')

@lang('site.LEARN ABOUT PRIVILEGES') @if (app()->getLocale() == 'ar') ↖ @else ↗ @endif
@endsection @section('careers_content')

@lang('site.JOB LISTINGS')

{{ count($careers) }} @lang('site.AVAILABLE VACANCIES')

@include('site.template.careerCard', ['careers' => $careers])
@endsection @section('script') @endsection