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

一般

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

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

自己紹介

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

連絡

@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