Edit the mail config from the dashboard and provide testing button

This commit is contained in:
James Brooks
2016-11-29 18:31:37 +00:00
parent 72056e2ac5
commit 9dc80b4229
12 changed files with 439 additions and 0 deletions
@@ -0,0 +1,5 @@
@extends('layout.emails')
@section('content')
{{ trans('dashboard.settings.mail.email.body') }}
@stop