installing spatie/laravel-permission and run artisan vendor:publish

This commit is contained in:
Geriano
2022-07-16 02:25:35 +07:00
parent 373d620c2a
commit 7091d9db98
36 changed files with 1524 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
@else
{{ $slot }}
@endif
</a>
</td>
</tr>