Skip to content

Instantly share code, notes, and snippets.

@Cyberiaaxis
Created August 31, 2018 03:11
Show Gist options
  • Save Cyberiaaxis/5776e812fc036ac67d52f259ec996473 to your computer and use it in GitHub Desktop.
Save Cyberiaaxis/5776e812fc036ac67d52f259ec996473 to your computer and use it in GitHub Desktop.
@section('head')
<script>
var sessionMessage = <?php echo json_encode(Session::get('head_message')); ?>
</script>
<script src="{{ asset('js/message.js') }}"></script>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment