New Contact
|
First Name: {{ $contact->first_name }} |
Last Name: {{ $contact->last_name }} |
Email: {{ $contact->email }} |
Contact: {{ $contact->contact }} |
Products:
@foreach($contact->products as $product) {{ $product }}@if(!$loop->last), @endif @endforeach |
Message: {{ $contact->message }} |
This message was sent from your website contact form.
|