@include('frontend.email.inc.header')

{{ __('Hi') }} {{ ucfirst($details['name']) }}

{{ __('This is an e-mail from CSRNow.Click the button below to login in CSRNow.') }}

{{ $details['message'] }}

{{ __('Click Here To Go verification ') }}

{{ __('If you did not make this request, you can safely ignore this e-mail.') }}

@include('frontend.email.inc.footer')