@if(session()->has('msg'))
{!! purify_html(session('msg')) !!}
@endif