@component('mail::message')
# Please do not share this email
Hello {{$user->name}}
Thanks for the update Tpin
Please find the credentials below
Login Id : {{$user->email}}
Tpin : {{$tpin}}
@component('mail::button', ['url' => URL::to("/login")])
Login Now
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent