<?php namespace App\Mail; use Illuminate\Mail\Mailable; class Blank extends Mailable { public function build(): string { return $this->html; } }