@extends('user.base') @section('title', $user->display_name . ' (@' . $user->name . ')') @push('head') @if (Route::currentRouteName() === 'user.profile') @endif @endpush @section('sidebar') {{-- TODO: タイムラインとオカズのテンプレを分けたら条件外す --}} @if (Route::currentRouteName() === 'user.profile') @component('components.profile-bio', ['user' => $user]) @endcomponent @if (!empty($tags) && (!$user->is_protected || $user->isMe()))
このユーザはチェックイン履歴を公開していません。
@else @if (Route::currentRouteName() === 'user.profile' && $ejaculations->count() !== 0 && $ejaculations->currentPage() === 1)@if ($ejaculation->is_private) 非公開 @endif @switch ($ejaculation->source) @case ('csv') インポート @break @case ('webhook') @break @endswitch @foreach ($ejaculation->tags as $tag) {{ $tag->name }} @endforeach
@endif @if (!empty($ejaculation->link)){!! Formatter::linkify(nl2br(e($ejaculation->note))) !!}
@endif @if ($ejaculation->likes_count > 0)まだチェックインしていません。