@extends('emails/user/layouts/system') @section('content')
{!! __h('Hi :user, an account has been created for you at :app_url', ['user' => ''.htmlspecialchars($user->getFullName()).'', 'app_url' => ''.htmlspecialchars(parse_url(\Config::get('app.url'), PHP_URL_HOST)).'']) !!}
{{ __('Someone on your team created an account for you.') }}
@endsection