@component('mail::message') # New User Registration Dear Admin, A new user has registered on the site and is awaiting approval. User Details: Name: {{ $user->first_name }} {{ $user->last_name }} mail: {{ $user->email }} Please log in to the admin panel to approve or reject this account. @component('mail::button', ['url' => url('/login')]) Login @endcomponent Thanks,
{{ config('app.name') }} @endcomponent