@extends('layouts.app') @section('title', 'Challenges') @section('content')
Switch to Global to see all challenges, or find more friends.
by {{ $challenge->creator->username }}
@auth @if(auth()->user()->isFriendsWith($challenge->creator)) Friend @endif @endauth{{ Str::limit($challenge->rules_text, 100) }}
Your friends haven't created any challenges yet.
@elseBe the first to create a challenge!
@if(auth()->user()->canCreateChallenges()) Create First Challenge @endif @endif @elseCheck back later or create your own challenge!
@endauth