@extends('module.layouts.auth') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
你已登录{{$type_name}}账号
@if('wechat' == $type)
{{session('wechatUser.nickname')}}
@else
{{session('qqUser.nickname')}}
@endif
绑定已有账号
求职者绑定
企业绑定
{{ csrf_field() }}
{{ csrf_field() }}
@endsection @section('script') @endsection