@extends('view.emails.plain') @section('body')

{{ __('You just created a new account. Congrats!') }}

{{ __('Welcome') }} {{ $vendor->name }}

{{ __('Starting a business is no easy task, but there is no better place to start than') }} {{ env('APP_NAME','') }}. {{ __("We'll handle everything from marketing and payments to secure checkout and shipping so you can focus on what you love.") }}

{{ __("Here's where you can login to") }} {{ env('APP_NAME','') }} {{ __("(be sure to bookmark this page).") }}

{{ route('login') }}

@endsection