@@include('styles.html')
@@include('header.html') @@include('side-header.html')

Map / Vector Map

World Map

USA Map

Asia Map

Australia Map

Africa Map

Europe Map

How To Use

Basic Use HTML
<div id="vmap-world" class="vmap vmap-world"></div>
Js Activation
$('#vmap-world').vectorMap({
    map: 'world_en', // Map Type
    Other options ...
});

For more Information please follow the Official Documentation

@@include('footer.html')
@@include('scripts.html')