diff --git a/resources/views/no-trip.blade.php b/resources/views/no-trip.blade.php index 54dc420..cfd2631 100644 --- a/resources/views/no-trip.blade.php +++ b/resources/views/no-trip.blade.php @@ -1,5 +1,5 @@ - + @include('partials.head') diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php index 449b354..44bd013 100644 --- a/resources/views/partials/head.blade.php +++ b/resources/views/partials/head.blade.php @@ -1,8 +1,17 @@ - + + + + + + - Tracking | Ben Goldsworthy + Tracking | Ben Goldsworthy + + + + - + @include('partials.head'); diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index b449551..1a074b8 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -1,5 +1,5 @@ - + @include('partials.head')