সিস্টেমে লগইন করুন
@if(Session::has('wrong'))
{!! Session::get('wrong') !!}
@endif
@if(Session::has('success'))
{!! Session::get('success') !!}
@endif