@extends('layouts.front') @section('header-text')

@if(!is_null($frontTheme->welcome_title)) {{ $frontTheme->welcome_title }} @else @lang('modules.front.homeHeader')@endif

@if(!is_null($frontTheme->welcome_title)) {{ $frontTheme->welcome_title }} @else @lang('modules.front.homeHeader')@endif

@if(!is_null($frontTheme->welcome_sub_title)) {!! $frontTheme->welcome_sub_title !!} @else @lang('modules.front.jobOpeningText') @endif

@endsection @section('content')

@lang('modules.front.jobOpenings')



@endsection @push('footer-script') @endpush