@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); @endphp
{!! mwz_getTextString(get_content(6)->content) !!}

@lang('frontend::lang.lang_title_42')

1

@lang('frontend::lang.lang_title_39')

@lang('frontend::lang.lang_title_42')

2

@lang('frontend::lang.lang_title_40')

@lang('frontend::lang.lang_title_42')

3

@lang('frontend::lang.lang_title_41')

@foreach ($Careers as $index => $careers)

{{ $careers->title }}

{!! mwz_getTextString($careers->description) !!}

@endforeach
@php $sum_page = 0; @endphp
    @for ($i = 1; $i <= $Careers->lastPage(); $i++)
  • {{ $i }}
  • @php $sum_page++; @endphp @endfor

@lang('frontend::lang.lang_title_29')

@csrf

@lang('frontend::lang.lang_title_33')

@endsection @section('script') @endsection