@extends('user.layouts.app') @section('content')

Why choose {{ $portal_brand_name }}?
Because you can do almost everything from the comfort of your chair...

Too much complications? We are here to fix that...

  • Find you a sponsor for your J1-Visa
  • Handle all paperwork, you just need to show up for the embassy interview
  • Prepare you for the transition
  • Arrange all your travel related information
  • Connect, connect and connect. Friends, colleagues and on top previous J1-Visa holders
  • Get regular updates whenever you want on your application status
  • Learn everything you need to know about the J1-Visa from other students
  • Get information on your future employer and your destination city
  • Have a question? Get immediate answers
  • Start events with your colleagues and friends
  • Know what is happening near you

I don't have to travel to the office to submit a document.

Join now and think later...

@if(!empty($testimonial_data) && count($testimonial_data) != 0)

Our clients trust us for a reason

Read what they're saying about us

@endif @if(!empty($faq_data) && count($faq_data) != 0)

Get answers to your FAQs here

Send us an email

(Our average response time is AWESOME)

@foreach($faq_data as $index => $faq)
{!! $faq->answer !!}
@endforeach
@if(count($faq_data) >= 10)

Read More

@endif
@endif @if(!empty($vacancies))

Available Vacancies

@foreach($vacancies as $value)
{{$value->pos_name}}
{{$value->emp_name}}
{{$value->state_name}}

Apply Now

@endforeach
@if (count($vacancies) > 3) Previous Next @endif
@endif @endsection