diff --git a/resources/views/no-trip.blade.php b/resources/views/no-trip.blade.php index decb9aa..54dc420 100644 --- a/resources/views/no-trip.blade.php +++ b/resources/views/no-trip.blade.php @@ -1,19 +1,6 @@ - - - - - Tracking | Ben Goldsworthy - - - - - + @include('partials.head') diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php new file mode 100644 index 0000000..449b354 --- /dev/null +++ b/resources/views/partials/head.blade.php @@ -0,0 +1,14 @@ + + + + + Tracking | Ben Goldsworthy + + + + + diff --git a/resources/views/past-trips.blade.php b/resources/views/past-trips.blade.php index 15a7609..30cc7fe 100644 --- a/resources/views/past-trips.blade.php +++ b/resources/views/past-trips.blade.php @@ -1,19 +1,6 @@ - - - - - Tracking | Ben Goldsworthy - - - - - + @include('partials.head');