Skip to content

Instantly share code, notes, and snippets.

@ammezie
Created July 31, 2019 15:04
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 ammezie/a3b2a31a89c56648939da02280184739 to your computer and use it in GitHub Desktop.
Save ammezie/a3b2a31a89c56648939da02280184739 to your computer and use it in GitHub Desktop.
// views/chat.blade.php
@extends('layouts.app')
@section('content')
<router-view></router-view>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment