@if (Request::path() == '/')
@else
@endif
{{ config('app.name', 'Laravel') }}
Home
About
Plan
FAQ
Contact
Blog
Support
@auth
Dashboard
@else
Login
@endif
@yield('content')