@extends('layouts.base') @section('head') @endsection @section('content')
{{ Auth::user()->display_name }}

@{{ Auth::user()->name }}


av_timer現在のセッション

@if (isset($currentSession))

{{ $currentSession }}経過

({{ $ejaculations[0]['ejaculated_date'] }} にリセット)

@else

計測がまだ始まっていません

(一度チェックインすると始まります)

@endif @if (isset($summary) && $summary[0]->total_checkins > 0)

assessment概況

平均記録: {{ Formatter::formatInterval($summary[0]->average) }}

最長記録: {{ Formatter::formatInterval($summary[0]->longest) }}

最短記録: {{ Formatter::formatInterval($summary[0]->shortest) }}

合計時間: {{ Formatter::formatInterval($summary[0]->total_times) }}

通算回数: {{ $summary[0]->total_checkins }}回

@endif
オープンβテスト中

予告なくサービスの中断や大幅な機能変更、時にはデータの損失が発生する可能性があります。

特に、データについてはなるべく保持できるよう努めますが、どうしようもないことも時には発生しますので予めご了承ください。

    @forelse ($ejaculations as $ejaculation) @if ($loop->first)
  • 最近のチェックイン
  • @endif
  • {{ $ejaculation['ejaculated_span'] ?? '精通' }} {{ $ejaculation['before_date'] }}{{ !empty($ejaculation['before_date']) ? ' ~ ' : '' }}{{ $ejaculation['ejaculated_date'] }}
    {{ $ejaculation['note'] }}
    @if ($ejaculation['is_private']) lock 非公開チェックイン @endif {{--
    結月ゆかり
    琴葉茜
    --}}
  • @if ($loop->index === 7)
  • @break @endif @empty
  • まだチェックインがありません。右上のチェックインボタンから今すぐ精通!
  • @endforelse
@endsection