@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()}}
企业信息
固定电话和手机号码至少填写一项
账户信息(用于登录{{subsite_config('aix.system.site.site.site_name')}})
危险
一般
安全
@endsection @section('script') @endsection