feat: add backstage/filament-mails
This commit is contained in:
6
resources/views/vendor/filament-mails/mails/preview.blade.php
vendored
Normal file
6
resources/views/vendor/filament-mails/mails/preview.blade.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="w-full h-screen">
|
||||
<iframe
|
||||
src="{{ route('filament.' . Filament\Facades\Filament::getCurrentPanel()->getId() . '.mails.preview', ['tenant' => Filament\Facades\Filament::getTenant(), 'mail' => $mail->id]) }}"
|
||||
class="w-full h-full max-w-full" style="width: 100vw; height: 100vh; border: none;">
|
||||
</iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user