@section('meta')
Cravvings - Find restaurants, explore menus
@show
@if (Auth::user() && Auth::user()->role === 'admin')
@else
@endif
@yield('extracss')
@section('nav')
@show
@yield('content')
{{-- @if (Auth::user() && Auth::user()->super)
@endif --}}
@section('gmap')
@show
@section('javascript')
@show