@extends('layouts.app') @section('page_title', __('careers.title')) @section('page_description', __('careers.description')) @section('page_keywords', __('careers.keywords')) @section('og_title', __('careers.title')) @section('og_description', __('careers.description')) @section('twitter_title', __('careers.title')) @section('twitter_description', __('careers.description')) @section('page_content')

@lang('careers.title')

@lang('careers.section1.description')

@lang('careers.section2.title')

@lang('careers.section2.description')

@lang('careers.section3.title')

@lang('careers.section3.description')

@lang('careers.section4.title')

@lang('careers.section4.description')

@foreach($careers as $career)
{{ $career->position }}
@lang('careers.expire-txt') {{ $career->expired_at ->format('m/d/Y') }}

{!! $career->description !!}

@endforeach

@lang('careers.apply-form.heading')

@lang('careers.apply-form.heading2')

  • @lang('careers.apply-form.option1')
  • @lang('careers.apply-form.option2')
  • @lang('careers.apply-form.option3')
@csrf

@lang('careers.apply-form.title')

@endsection @section('scripts') @endsection