@extends('frontend.layouts.main') @section('title') {{ __('Top wins') }} @endsection @section('content') @if($games->isEmpty())
{{ __('Name') }} | {{ __('Game') }} | {{ __('Bet') }} | {{ __('Win') }} | {{ __('Result') }} | {{ __('Played') }} |
---|---|---|---|---|---|
{{ $game->account->user->name }} | {{ $game->title }} | {{ $game->_bet }} | {{ $game->_win }} | {{ $game->gameable->result }} | {{ $game->updated_at->diffForHumans() }} |