Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 20, 2019 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/adf56c35fe0fdc454e78d45ed4297417 to your computer and use it in GitHub Desktop.
Save parzibyte/adf56c35fe0fdc454e78d45ed4297417 to your computer and use it in GitHub Desktop.
@if(session("mensaje"))
<h3 style="color: blue;">{{ session("mensaje") }}</h3>
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment