Get Inspired and Create.
Copyright ©
@if (session()->has('success'))
{{session()->get('success')}}
@elseif (session()->has('error'))
{{session()->get('error')}}
@endif