@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。
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @push('add-scripts') @endpush