Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created April 28, 2020 02: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 BrightnBubbly/45cb1d5d62b3b1fa2a913544261abc1b to your computer and use it in GitHub Desktop.
Save BrightnBubbly/45cb1d5d62b3b1fa2a913544261abc1b to your computer and use it in GitHub Desktop.
@extends('layouts.app')
@section('content')
<chat-room :auth-user="{{ auth()->user() }}"></chat-room>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment