@include('templates.parts.headv2') @include('templates.parts.headerv2')

Changing Currency.
Connecting Journeys.

View Our others Exchange Rates click here | Find a Branch Near You click here

WE SELL

CURRENCY
JAKARTA
SURABAYA
@foreach($rates as $code => $rate)
{{ $rate['flag'] }} {{ $code }}
{{ $rate['jakarta'] }}
{{ $rate['surabaya'] }}
@endforeach

Last updated on {{ $rates_info['update_at'] }}

About Us

{!! $about_description !!}

Branches

Branch
{!! $main_stores->name !!}

Get in Touch

Highlights News

@foreach( $newsandevents as $index => $newsandevent )
{{ $newsandevent->title }}
{!! $newsandevent->short_description !!}
Read More >>>
@endforeach
@include('templates.parts.footerv2')