@section('meta')
Cravvings - Find restaurants, explore menus
@show
@yield('extracss') @section('nav')
{{ $page }}
@if ($page === 'Find Place')
Search
@else
Places
@endif
Review
@auth
Account
Logout
@if (Auth::user()->super)
New Place
Franchise
Admin
@endif @else
Sign up
{{--
Register
--}} @endauth
@show
@yield('content')
{{-- @if (Auth::user() && Auth::user()->super) @endif --}}
Search
Places
Review
Account
@section('gmap') @show @section('javascript') @show