@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