diff --git a/Http/Controllers/MaterialCrewReduxController.php b/Http/Controllers/MaterialCrewReduxController.php index 32d9b1e..6ba0b09 100644 --- a/Http/Controllers/MaterialCrewReduxController.php +++ b/Http/Controllers/MaterialCrewReduxController.php @@ -8,6 +8,11 @@ class MaterialCrewReduxController extends Controller { + public function __construct() + { + $this->middleware('auth'); + } + /** * Display a listing of the resource. * @return Response diff --git a/Resources/assets/js/App.vue b/Resources/assets/js/App.vue index b362833..ece641e 100644 --- a/Resources/assets/js/App.vue +++ b/Resources/assets/js/App.vue @@ -6,6 +6,11 @@ + diff --git a/Resources/assets/js/views/Flights/NewFlightSelection.vue b/Resources/assets/js/views/Flights/NewFlightSelection.vue index 99a8eed..8546219 100644 --- a/Resources/assets/js/views/Flights/NewFlightSelection.vue +++ b/Resources/assets/js/views/Flights/NewFlightSelection.vue @@ -1,7 +1,29 @@ - - - + + + + + + Welcome Back + Currently at Salt Lake City International Airport + + Start Flight Here + + + + Statistics + + Total Flights: 200 + Total Hours: 156.2h + Total Airports Visited: 27 + + + View Profile + + + + + \ No newline at end of file + .lateral-flex-container { + display: flex; + } + .left-box { + width: 100%; + background: #6cb2eb; + } + .right-box { + width: 100%; + height: 250px; + background: #38c172; + } + diff --git a/Resources/assets/js/views/Layouts/MainLayout.vue b/Resources/assets/js/views/Layouts/MainLayout.vue index 66aea69..bbdf0ce 100644 --- a/Resources/assets/js/views/Layouts/MainLayout.vue +++ b/Resources/assets/js/views/Layouts/MainLayout.vue @@ -1,15 +1,16 @@ - + - - + + + {{user.first_name.charAt(0)}}{{user.last_name.charAt(0)}} - Taylor Broad - BossOfGames | Senior Captain + {{user.first_name}} {{user.last_name}} + {{user.username}} | Senior Captain @@ -17,7 +18,7 @@ - dashboard + mdi-view-dashboard Dashboard @@ -25,7 +26,7 @@ - person + mdi-account Profile @@ -33,12 +34,20 @@ - map + mdi-map Live Map + + + mdi-folder-download + + + Download Center + +