Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @extends('layouts.app')
  2.  
  3. @section('content')
  4. @include('layouts.homenavbar')
  5. <router-view></router-view>
  6. @endsection
  7.  
  8. <nav class="navbar navbar-default navbar-static-top" id=>"{{ Route::currentRouteName() === 'home' ? "home_nav" : ''}}">
  9. ----
  10. </nav>
  11.  
  12. #home_nav{
  13. background: iceblue;
  14. color: #fff;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement