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

プロフィール


{{ csrf_field() }}
@if ($errors->has('display_name'))
{{ $errors->first('display_name') }}
@endif
@
現在は変更できません。

プライバシー


{{ csrf_field() }}
is_protected ) ? 'checked' : '' }}>
accept_analytics ) ? 'checked' : '' }}>
@endsection @push('script') @endpush