@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else # Hello {{ $user->first_name }} {{ $user->last_name }}, @endif @endif
@lang('You have been invited to be an organization user for '){{$domain }}. @lang('This means you will be able to edit the content on the website in real-time.')
@lang('Please confirm and set up your password below.')
@lang('ACTIVATE MY ACCOUNT') @if (! empty($salutation)){{ $salutation }}
@endif {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @include('email.admin.includes.footer') @endslot @endcomponent