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