{{-- This is a simple notification bar to users who are exempt from the maintenance page, telling them that a maintenance period is going on. You should place this within your main template(s) via a call to: @include('maintenancemode::notification') --}} @if(isset(${Config::get('maintenancemode.inject.prefix').'Enabled'}) && ${Config::get('maintenancemode.inject.prefix').'Enabled'} == true) @if(Config::get('maintenancemode.notification-styles', true)) @endif @endif