@extends('theme::layout.public') @section('seo_title')个人资料 - {{ Setting()->get('website_name') }}@endsection @section('css') @endsection @section('content')
@include('theme::layout.profile_menu')

个人资料

头像 {{-- {{ Auth()->user()->qrcode }}--}}

从电脑中选择图片上传, 图像大小不要超过 2 MB

{{ csrf_field() }}
@if ($errors->first('name')) {{ $errors->first('name') }} @endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->has('qrcode'))

{{ $errors->first('qrcode') }}

@else

可上传微信或支付宝的收款二维码图片

@endif--}} {{-- @if(Auth()->user()->qrcode)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection