@extends('layout.default') @section('title')
{{ __('bon.sender') }} | {{ __('bon.receiver') }} | {{ __('bon.points') }} | {{ __('torrent.torrent') }} | {{ __('bon.date') }} |
---|---|---|---|---|
@if ($tip->sender === null)
Deleted user
@else
|
@if ($tip->torrent === null)
Torrent Deleted
@else
|
{{ $tip->bon }} | @if ($tip->torrent === null) Torrent Deleted @else {{ $tip->torrent->name }} @endif |