@extends('layout.default')
@section('breadcrumbs')
{{ $user->username }}
{{ __('bon.bonus') }} {{ __('bon.points') }}
{{ __('bon.store') }}
@endsection
@section('nav-tabs')
@include('user.buttons.user')
@endsection
@section('page', 'page__bonus--store')
@section('main')
{{ __('bon.exchange') }}
{{ __('bon.item') }} |
Cost |
{{ __('bon.exchange') }} |
@foreach ($items as $item)
{{ $item->description }} |
{{ $item->cost }} |
@if ($item->personal_freeleech && $activefl)
@elseif ($item->upload && config('other.bon.max-buffer-to-buy-upload') !== null && $user->uploaded - $user->downloaded > config('other.bon.max-buffer-to-buy-upload'))
@else
@endif
|
@endforeach
@endsection
@section('sidebar')
{{ __('bon.your-points') }}
{{ $bon }}
{{ __('bon.no-refund') }}
{{ __('bon.exchange-warning') }}
@endsection