@extends('layouts.app') @section('title', 'Career') @section('content')

Join Our Team

We believe in teamwork and creativity. Grow with Golden Era Software Solutions and Consultancy.

@foreach($positions as $index => $job)
{{ $job['title'] }} @if(!empty($job['experience'])) {{ $job['experience'] }} @endif
@foreach($job['sections'] as $section)

{{ $section['heading'] }}

@if(!empty($section['paragraphs'])) @foreach($section['paragraphs'] as $paragraph)

{{ $paragraph }}

@endforeach @endif @if(!empty($section['items']))
    @foreach($section['items'] as $item)
  • {{ $item }}
  • @endforeach
@endif
@endforeach @if(!empty($job['footer'])) @endif

Mail your resume to {{ $apply_email }}. {{ $apply_note }}

@endforeach
@endsection