@extends('layout.master') @section('body-class', 'page-account-edit') @push('header') {{-- --}} @endpush @section('content')
修改个人信息
@csrf {{ method_field('put') }} @if (session('success')) @endif
上传JPG或PNG图片。建议300 x 300。
{{ $errors->has('name') ? $errors->first('name') : __('common.error_required', ['name' => '名称']) }} {{-- @if ($errors->has('name'))@endif --}}
{{ $errors->has('email') ? $errors->first('email') : __('common.error_required', ['name' => '邮箱']) }} {{-- @if ($errors->has('email'))@endif --}}
@endsection @push('add-scripts') @endpush