@extends('layouts.master') @section('content')

{{ ucwords(Lang::get('automailer.title')) }} {{ ucwords(Lang::get('automailer.new')) }}

{{ $automailer->links() }}
{{ ucwords(Lang::get('automailer.subject')) }} {{ ucwords(Lang::get('automailer.body')) }} {{ ucwords(Lang::get('automailer.lang')) }}
{{ $automailer->links() }}
@stop