@if($buttonIncluded ?? false) @endif @yield('style')
{{__('email-greeting')}} {{$userName ?? __('Customer')}}:
@if($showGreeting ?? true)
{{__('email-welcome')}}
@endif
@yield('content')