@extends('layouts.app') @section('title', '认证') @section('content')

{{ $data['module']['name'] }} 想要获取你的用户信息。

{{ $data['description'] }}

@auth('web')
@csrf
@else

在继续之前,请先登录注册

@endauth @endsection