@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