@extends('oauth.layout') @section('title', '登录') @push('styles') @endpush @section('content')
解锁你专属的Visa卡持卡人福利!
@if(isset($ssoUser) && $ssoUser)
欢迎回来
{{ $ssoUser->mobile_heading_3 }}****{{ $ssoUser->mobile_last_4 }}
@endif
@if(isset($client) && $client)
来自「{{ $client->name }}」的授权请求
@endif
@endsection @push('scripts') @endpush