Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @if(!empty(Session::get('error_code')) && Session::get('error_code') == 5)
  2. <script>
  3. $(function() {
  4. $('#loginModal').modal('show');
  5. });
  6. </script>
  7. @endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement