@vite(['resources/css/app.css', 'resources/js/app.js']) @php use App\Models\SiteSetting; @endphp @guest Apply With Us Registration @else Go to portal @endguest {{-- Hero: full-bleed image + left content (mockup style) --}} @php $heroEnabledRaw = \App\Models\SiteSetting::getValue('home_hero_enabled', '1'); $heroEnabled = ! in_array((string) $heroEnabledRaw, ['0', 'false', 'no', 'off'], true); $heroPath = \App\Models\SiteSetting::getValue('home_hero_image'); $heroImg = $heroPath ? asset('storage/'.$heroPath) : asset('images/hero-landing.png'); $heroApplyHref = auth()->check() ? route('dashboard') : route('customer.applications.create'); @endphp @if ($heroEnabled)
{{-- Light scrim on the left (desktop) and top (mobile) for text contrast --}}

Your Trusted Travel Consultant

{{ strtoupper(config('app.name')) }} {{ strtoupper(config('app.tagline')) }}

We provide professional and reliable China visa assistance for tourists, business travelers, and corporate clients.

  • 100% Secure Process
  • Fast & Reliable Service
  • Expert Support 24/7
@endif {{-- Visa types grid (overlapping card) --}}

Quick visa form

Fill the details to start your application. If you are not logged in, you’ll be redirected to login/register and then we’ll continue automatically.

Step 1

Fill this quick form

Step 2

Login / Register

Step 3

Submit in portal

Start now

@csrf

After you continue, complete and submit your application—it appears in My applications once submitted.

@foreach ([ ['Tourist visa', 'Leisure travel and sightseeing in China.'], ['Business visa', 'Meetings, conferences, and trade visits.'], ['Family visit', 'Visiting relatives legally residing in China.'], ['Student visa', 'Full-time study at a Chinese institution.'], ['Work visa', 'Employment with a Chinese employer.'], ['Other types', 'Transit, crew, and special categories.'], ] as [$title, $desc])

{{ $title }}

{{ $desc }}

Learn more →
@endforeach
{{-- Stats bar --}}
@foreach ([['10,000+', 'Happy clients'], ['98%', 'Visa success rate'], ['15+', 'Years experience'], ['Nationwide', 'Service coverage']] as [$num, $label])
{{ \Illuminate\Support\Str::substr($num, 0, 1) }}

{{ $num }}

{{ $label }}

@endforeach
{{-- Why choose --}}

Why choose us?

End-to-end guidance, secure document handling, and transparent status updates for every applicant.

More about us →
@foreach (['Expert guidance', 'Fast processing', 'Secure & reliable', 'End-to-end support'] as $item)
{{ $item }}
@endforeach
@php $whyChoosePath = \App\Models\SiteSetting::getValue('home_why_choose_image'); $whyChooseImg = $whyChoosePath ? asset('storage/'.$whyChoosePath) : asset('images/hero-landing.png'); @endphp
Temple of Heaven — Beijing
{{-- China photo gallery --}}

Explore China

Beautiful destinations

A few iconic places you can experience—Beijing, Shanghai, Xi’an, Guilin and more.

View visa services
@php $chinaPhotos = [ ['Beijing · Great Wall', SiteSetting::getValue('home_gallery_great_wall') ? asset('storage/'.SiteSetting::getValue('home_gallery_great_wall')) : asset('images/china/great-wall.png')], ['Beijing · Forbidden City', SiteSetting::getValue('home_gallery_forbidden_city') ? asset('storage/'.SiteSetting::getValue('home_gallery_forbidden_city')) : asset('images/china/forbidden-city.png')], ['Shanghai · Skyline', SiteSetting::getValue('home_gallery_shanghai_skyline') ? asset('storage/'.SiteSetting::getValue('home_gallery_shanghai_skyline')) : asset('images/china/shanghai-skyline.png')], ['Xi’an · Terracotta Army', SiteSetting::getValue('home_gallery_terracotta_army') ? asset('storage/'.SiteSetting::getValue('home_gallery_terracotta_army')) : asset('images/china/terracotta-army.png')], ['Guilin · Li River', SiteSetting::getValue('home_gallery_guilin_li_river') ? asset('storage/'.SiteSetting::getValue('home_gallery_guilin_li_river')) : asset('images/china/guilin-li-river.png')], ['Hangzhou · West Lake', SiteSetting::getValue('home_gallery_hangzhou_west_lake') ? asset('storage/'.SiteSetting::getValue('home_gallery_hangzhou_west_lake')) : asset('images/china/hangzhou-west-lake.png')], ]; @endphp
@foreach ($chinaPhotos as [$label, $src])
{{ $label }}

{{ $label }}

Ready when you are.

@endforeach

Start your application today

Create an account, submit your details, and upload documents securely. We’ll guide you step-by-step.