@extends('emails.layout') @section('title')发送测试邮件@endsection @section('content')
{{ $content }}
如非本人操作,请忽略此邮件!
— {{ Setting()->get('website_name') }}
@endsection