@extends('setting.base') @section('title', 'プロフィール設定') @section('tab-content')

プロフィール


{{ csrf_field() }}
@if ($errors->has('display_name'))
{{ $errors->first('display_name') }}
@endif
@
現在は変更できません。
最大 160 文字 @if ($errors->has('bio'))
{{ $errors->first('bio') }}
@endif
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@endsection