@extends('layout.default') @section('title') {{ $user->username }} {{ __('user.tips') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('page', 'page__bonus--tips') @section('main')

{{ __('bon.tips') }}

@foreach ($tips as $tip) @endforeach
{{ __('bon.sender') }} {{ __('bon.receiver') }} {{ __('bon.points') }} {{ __('torrent.torrent') }} {{ __('bon.date') }}
@if ($tip->sender === null) Deleted user @else @endif @if ($tip->torrent === null) Torrent Deleted @else @endif {{ $tip->bon }} @if ($tip->torrent === null) Torrent Deleted @else {{ $tip->torrent->name }} @endif
{{ $tips->links('partials.pagination') }}
@endsection @section('sidebar')

{{ __('bon.your-points') }}

{{ $bon }}

{{ __('bon.total-tips') }}

{{ __('bon.you-have-received-tips') }}
{{ $receivedTips }}
{{ __('bon.you-have-sent-tips') }}
{{ $sentTips }}
@endsection