You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xs-8 col-md-8 panel" style="padding: 8px;">
|
|
<a href="{{ route('tweets') }}" class="btn btn-default">Show Tweets</a>
|
|
<p>See all tweets from players, even ones that don't match a hashtag. Only tweets that have been imported into the system are shown.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<import-tweet></import-tweet>
|
|
@endsection
|