@php
$brandName = $platform?->platform_name ?: $appName;
$logoPath = $platform?->logo_path ? asset('storage/'.$platform->logo_path) : null;
@endphp
{{ $title }}
@if ($logoPath)
@else
{{ $brandName }}
@endif
|
{{ now()->format('Y-m-d H:i') }}
|
|
{{ $title }}
@foreach ($lines as $line)
{{ $line }}
@endforeach
@if ($actionText && $actionUrl)
@endif
|
|
Thank you for using {{ $brandName }}.
@if ($platform?->support_email)
Support: {{ $platform->support_email }}
@endif
|
|