@extends('themes.base.email_layout') @section('title', $subject) @section('content')

Hi {{ Auth::user()->name }},

This e-mail confirms your e-mail settings are correct.

You can now press "Save Settings" on the Settings screen to save these settings.

Regards,
{{ UserConfig::get('app_name') }}

@endsection