2017-11-05 01:26:52 +09:00
|
|
|
@extends('user.base')
|
|
|
|
|
|
|
|
@section('tab-content')
|
2017-11-05 22:29:09 +09:00
|
|
|
@if ($user->is_protected && !$user->isMe())
|
2017-11-05 21:59:01 +09:00
|
|
|
<p class="mt-4">
|
|
|
|
<span class="oi oi-lock-locked"></span> このユーザはチェックイン履歴を公開していません。
|
|
|
|
</p>
|
|
|
|
@else
|
|
|
|
@endif
|
2017-11-05 01:26:52 +09:00
|
|
|
@endsection
|