@if(session()->has('msg'))
{!! Purifier::clean(session('msg')) !!}
@endif