@extends(app_email_layout()) @section('content')

Novo Contacto Pelo Site

Nome: {{ $input['name'] }}

Email: {{ $input['email'] }}

Telefone: {{ $input['phone'] }}

Mensagem: {{ nl2br(e($input['message'])) }}

@stop