@extends('frontend.layouts.main') @section('title') {{ $user->name }} @endsection @section('title_extra') @auth @if($user->id == auth()->user()->id) {{ __('Edit') }} @endif @endauth @endsection @section('content')
{{ __('Last played :t', ['t' => $last_played ? $last_played->diffForHumans() : __('never')]) }}
{{ __('Game') }} | {{ __('Max win') }} |
---|---|
{{ $game['category'] }} | {{ $game['_max_win'] }} |
{{ $game->gameable->result }}
{{ __('Played :t', ['t' => $game->updated_at->diffForHumans()]) }}