diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php
index ed889c7..b1313c0 100644
--- a/resources/views/partials/head.blade.php
+++ b/resources/views/partials/head.blade.php
@@ -18,6 +18,8 @@
+
+
@vite(['resources/css/app.css', 'resources/js/app.js'])
diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php
index 54086a9..5f2fc7d 100644
--- a/resources/views/tracker.blade.php
+++ b/resources/views/tracker.blade.php
@@ -52,7 +52,7 @@
/*
* Initialise the map
*/
- var map = L.map('map');
+ var map = L.map('map', { fullscreenControl: true });
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: 'OpenStreetMap'