@extends('emails/layouts/default') @section('content')

Hello @if($name) Administrator: {{ $name }}@endif

You received a message form contact from:

@if($name) Name: {{ $name }}
@endif @if($email) Email: {{ $email }}
@endif @if($phone) Phone: {{ $phone }}
@endif @if($text) Message: {{ $text }}
@endif

Regards,

WebMoto.us Team

@stop