@php $locale = $locale ?? app()->getLocale(); $isRtl = $locale === 'ar'; @endphp @yield('title', 'MVNexus')

MVNexus

@yield('header_subtitle', __('notifications.email.subtitle'))

@yield('content')
@hasSection('footer') @yield('footer') @else

{{ __('notifications.email.footer_text') }}

{{ config('app.url') }}

{{ __('notifications.email.manage_preferences') }}

© {{ date('Y') }} Mountain View Egypt — MVNexus

{{ __('notifications.email.subtitle') }}

@endif