@extends('layouts.app') @section('title', 'Tournaments') @section('content')
Switch to Global to see all tournaments, or find more friends.
{{ $tournament->game->name }}
{{ Str::limit($tournament->description, 150) }}
Your friends haven't hosted any tournaments yet.
@elseCheck back later or create your own tournament!
@if(auth()->user()->canHostFreeTournaments()) Host First Tournament @endif @endif @elseCheck back later or create your own tournament!
@endauth