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