feat(Notification process: text, app name, membership validation + project update)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -56,13 +56,13 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<h1>{{ config('app.name') }}</h1>
|
||||
<h1>{{ $appName ?? config('app.name') }}</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
{!! $body !!}
|
||||
</div>
|
||||
<div class="footer">
|
||||
© {{ date('Y') }} {{ config('app.name') }}. Tous droits réservés.
|
||||
© {{ date('Y') }} {{ $appName ?? config('app.name') }}. Tous droits réservés.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user