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