@component('mail::playpal-message') @slot('header') Welcome to {{env('APP_NAME')}}! @endslot @slot('name') {{ucwords($data['name'])}} @endslot {{-- Body --}}
Here's your {{env('APP_NAME')}} Credentials
@if(isset($data['backoffice_url']) && !empty($data['backoffice_url']))
URL : {{$data['backoffice_url']}}
@endif
Username: {{$data['username']}}
Email: {{$data['email']}}
And your temporary password is: {{$data['temporary_password']}}