@section('stylesheets')
@show
@section('embed')
@endsection
@section('loader')
@show
X
@section('nav')
@if (Auth::user())
@endif
@show
@yield('content')
@section('footer')
@show
@section('maps')
@show
@section('javascript')
{{-- --}}
@show
@section('admin')
@if (Auth::user() && Auth::user()->super)
@endif
@show