|
|
- @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
|