@extends('theme.'.env('THEME').'.site') @section('content')
{{ $res->profile->country }} {{ $res->profile->display_name }} ({{ $res->profile->gender_name }})
{{ $res->profile->display_name }}のアイコン

{{ __('site.ippan') }}

ロール:
{{ $res->perm_module->name }}
登録日:
{{ $res->details->reg_date }}

@if ($res->profile->bio)

{{ __('site.jikosyokai') }}

{{ $res->profile->bio }} @endif

{{ __('site.renraku') }}

@if ($res->contacts->youtube_link && $res->contacts->youtube_name)
ユーチューブ:
@endif @if ($res->contacts->bitchute && $res->contacts->bitchute)
ビットチュート:
@endif @if ($res->contacts->niconico)
ニコニコ動画:
@endif @if ($res->contacts->discord)
ディスコード:
{{ $res->contacts->discord }}
@endif @if ($res->contacts->pixiv)
Pixiv:
{{ $res->contacts->pixiv }}
@endif @if ($res->contacts->twitter)
ツイッター:
@endif @if ($res->contacts->facebook)
フェースブック:
@endif @if ($res->contacts->instagram)
インスタグラム:
@endif
@endsection