@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
邮件已发送至您的邮箱:{{$user->email or "测试邮箱"}}
注册邮件24小时内有效,请尽快登录激活
登录邮箱
@if($type==1)
暂不激活,前往企业中心
@else
暂不激活,前往个人中心
@endif @endsection @section('script') @endsection