@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('career_with_us_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{get_static_option('career_with_us_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-meta-data') {!! render_og_meta_image_by_attachment_id(get_static_option('career_with_us_page_'.$user_select_lang_slug.'_meta_image')) !!} @endsection @section('content') @foreach($all_jobs as $data) @endforeach {{$all_jobs->links()}} {!! App\WidgetsBuilder\WidgetBuilderSetup::render_frontend_sidebar('career',['column' => false]) !!} @endsection