{{-- CSRF Token --}} @if (trim($__env->yieldContent('template_title')))@yield('template_title') | @endif {{ config('app.name', trans('titles.app')) }} {{-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --}} {{-- Fonts and Icons --}} {!! HTML::style('https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,400,100,300,600,700', array('type' => 'text/css', 'rel' => 'stylesheet')) !!} {!! HTML::style(asset('https://fonts.googleapis.com/icon?family=Material+Icons'), array('type' => 'text/css', 'rel' => 'stylesheet')) !!} {{-- MDL CSS Library --}} @if (Auth::User() && (Auth::User()->profile) && $theme->link != null && $theme->link != 'null') @else @endif {{-- Custom App Styles --}} @yield('template_styles') {{-- Head Scripts --}}
@include('partials.form-status') @yield('content')
{{-- Scripts --}} @yield('footer_scripts')