Toggle navigation
{{ Config::get('app.project') }}
Home
About
Contact
Dropdown
Action
Another action
Something else here
Nav header
Separated link
One more separated link
@if (Auth::check())
Account
Log Out
@else
Sign Up
Log In
@endif
@yield('content') @if (Session::has('error'))
×
{{ Session::get('error') }}
@endif @if (Session::has('success'))
×
{{ Session::get('success') }}
@endif