@extends('layout.master') @section('body-class', 'page-account-edit') @push('header') {{-- --}} @endpush @section('content')
修改个人信息
上传JPG、GIF或PNG图片。需要300 x 300。
@csrf {{ method_field('put') }} @if (session('success'))
{{ session('success') }}
@endif
{{--
--}}
@endsection @push('add-scripts') @endpush