@extends('layouts.app') @section('content')

Team {{ $team->name }}

@each('components.tweet', $tweets, 'tweet')
@endsection