@extends('adminlte::page') @section('title', '收件箱') @section('content_header')

收件箱

@stop @section('content')

邮件地址

@foreach($mail_address_list as $mail_address) @endforeach
邮箱 操作
{{$mail_address->mail}} 查看邮件
@csrf

添加新邮箱

@
最多可创建{{$private_limit}}个私人邮箱地址.
@stop @section('css') {{-- Add here extra stylesheets --}} @stop @section('js') @stop