@extends('layout.with-main-and-sidebar') @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 |