@extends('emails/user/layouts/system') @section('content')
{!! __('This is a test mail sent by :app_name. It means that outgoing email settings of your :mailbox mailbox are fine.', ['app_name' => ''.\Config::get('app.name').'', 'mailbox' => ''.$mailbox->name.'']) !!}
@endsection