@extends('layouts.app') @section('content') <div id="app"> <div class="container"> <thread-component></thread-component> </div> </div> @endsection