@extends('frontend.email.email-master') @section('content')
{{__('Hi')}} {{ucwords($details['name']) }},
{{__('This is an e-mail from')}} {{ config('app.name') }}.
{{-- Content Start --}}{{__('Welcome to CSRNow')}}.
{{__('You are receiving this email as you are a new member of CSRNow you need to generate new account to access your all purchase and invoice')}}.
{{__('Please click on the button to generate password for your new account')}}.
@include('frontend.email.inc.button', ['url' => url($url), 'text' => 'Generate New Account']) {{-- Content End --}}{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection