@extends('layouts.email') @section('content')
| Tipo | @if($input['type'] == 'company')Empresa | @elseParticular | @endif
| Empresa | {{ $input['company'] }} | |
| Nome | {{ $input['name'] }} | |
| {{ $input['email'] }} | ||
| Telefone | {{ $input['phone'] }} | |
| Conselho | {{ $input['district'] }} | |
| Localidade | {{ $input['city'] }} | |
| Necessidades | {{ $input['message'] }} |
| IP | {{ $input['ip'] }} | Data: | {{ date('d/m/Y H:i:s') }} |