{{-- LOCALE ERROR MESSAGE --}} @if($invalidMonetaryLocale) @endif {{-- MANDATORY UPDATE MESSAGE --}} @if('' !== $upgradeSecurityLevel && '' !== $upgradeSecurityMessage) @endif {{-- SUCCESS MESSAGE (ALWAYS SINGULAR) --}} @if(\Illuminate\Support\Facades\Session::has('success')) @endif {{-- INFO MESSAGE (CAN BE MULTIPLE) --}} @if(\Illuminate\Support\Facades\Session::has('info')) @endif {{-- WARNING MESSAGE (ALWAYS SINGULAR) --}} @if(\Illuminate\Support\Facades\Session::has('warning')) @endif {{-- ERROR MESSAGE (CAN BE MULTIPLE) --}} @if(\Illuminate\Support\Facades\Session::has('error')) @endif