Update test.blade.php

This commit is contained in:
Julian Prieber 2023-06-04 23:06:18 +02:00
parent 045750728a
commit 7fd2d922a2
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<x-guest-layout>
<div class="mb-4 text-sm text-gray-600">
{{ __('Test E-Mail') }}
</div>
<br><br>
<div class="mb-4 text-sm text-gray-600">
{{ __('messages.Test E-Mail') }}
</div>
<br><br>
</x-guest-layout>