@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@if('wechat' == $type)
{{session('wechatUser.nickname')}}
@else
{{session('qqUser.nickname')}}
@endif
您已登录{{$type_name}}账号
注册并绑定新账号
注册个人账号
注册企业账号
{{csrf_field()}}
我已阅读并同意
注册并绑定
@endsection @section('script') @endsection