Hello Admin!
You have received a new inquiry from contact page form. Below are the details!
Name: {{ $inquiry->first_name }} {{ $inquiry->last_name }}
@if(!empty($inquiry->email))
Email: {{ $inquiry->email }}
@endif
@if(!empty($inquiry->phone))
Phone: {{ $inquiry->phone }}
@endif
@if(!empty($inquiry->message))
Message: {{ $inquiry->message }}
@endif
@if(!empty($inquiry->ip))
IP Address: {{ $inquiry->ip }}
@endif
Regards,
The support team at {{ Helper::getSiteTitle() }}
|
|