@php
$primary = '#17a2b8';
$primaryDark = '#138496';
$headerTitle = $headerTitle ?? 'Notification';
$headerSubtitle = $headerSubtitle ?? '';
@endphp
{{ $headerTitle }}
{{ $headerTitle }}
@if ($headerSubtitle !== '')
{{ $headerSubtitle }}
@endif
|
|
{!! $slot ?? '' !!}
@hasSection('email_content')
@yield('email_content')
@endif
|
|
This is an automated notification from the Sindh Development Portfolio Management System.
Please do not reply to this email.
|
|