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

プロフィール


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