@extends('frontend.layouts.app') @section('title', __('Career')) @section('meta_description', 'Idein The Ideal Partner for All of Your Creative & strategic Communication Needs.') @push('after-styles') @endpush @section('content') The Ideals™ Open Roles @foreach ($openRoles as $role) {{ Carbon\Carbon::parse($role->published_at)->format('d-m-Y') }} {{ $role->title }} @if ($loop->iteration == 3) @break @endif @endforeach @foreach ($sliders as $slide) @endforeach We are... We are... An adept team, seasoned since 2016, managing diverse brands, challenges, and communication strategies. A team of passionate creatives reveling in the synergy of captivating visuals and persuasive messages A bunch of story-tellers, who knows how to crawl into consumer’s mind We continually seek individuals who share our values ⚡ DYNAMIC 💡 INITIATIVE 💬 COMMUNICATIVE 🧡 INTEGROUS 💭 THOUGHTFUL Open Roles @foreach ($openRoles as $role) {{ Carbon\Carbon::parse($role->published_at)->format('d-m-Y') }} {{ $role->title }} {{-- --}} {!! $role->body !!} @endforeach Apply Form @method('POST') @csrf Email @error('email') {{ $message }} @enderror Name @error('name') {{ $message }} @enderror Last Name @error('last_name') {{ $message }} @enderror Phone Number @error('phone') {{ $message }} @enderror Are you based in Jakarta? *Select one option Yes, i can come to idein’s office in Jakarta No, but i would like to talk online @error('base_in_jakarta') {{ $message }} @enderror Address {{ old('address') }} @error('address') {{ $message }} @enderror Tell us a bit about yourself and the reasons why you want to join idein {{ old('about_yourself') }} How did you find out about idein? @error('find_idein') {{ $message }} @enderror Upload your CV / Portfolio here @error('cv') {{ $message }} @enderror Submit @endsection @push('after-styles') @endpush @push('after-scripts') @endpush