@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot @php $styleCss = 'style'; @endphp {{-- Body --}}

Welcome {{ $admin }},


{{ $admin }} invited you to his organization.

You can click below button to join his organization.


Join Now
{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent