@if (isset($favicon))
@else
@endif
{{ isset($app_name) ? $app_name.' | Cachet' : 'Cachet' }}
@include('partials.stylesheet')
@include('partials.crowdin')
@if($stylesheet = Setting::get('stylesheet'))
@endif
@include('partials.banner')
@yield('content')
@include('partials.footer')