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.

13 lines
461 B

  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-xs-8 col-md-8 panel" style="padding: 8px;">
  6. <a href="{{ route('tweets') }}" class="btn btn-default">Show Tweets</a>
  7. <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>
  8. </div>
  9. </div>
  10. </div>
  11. <import-tweet></import-tweet>
  12. @endsection