@extends('admin.layouts.app') @section('content')

用户ID

{{ $data['id'] or ''}}

用户名

{{ $data['username'] or ''}}

EMAIL

{{ $data['email'] or ''}}

手机号

{{ $data['mobile'] or ''}}

用户头像

创建时间

{{ $data['created_at'] or ''}}

更新时间

{{ $data['updated_at'] or ''}}

@endsection