@extends('emails/user/layouts/system') @section('content')
{!! __h('This is a test system mail sent by :app_name. It means that mail settings are fine.', ['app_name' => ''.htmlspecialchars(\Config::get('app.name')).'']) !!}