{{-- This is the front/pages/contact.blade.php HTML Form, i.e. the user's inquiry to the 'admin' sent to the 'admin' as an email using Mailtrap --}} {{-- All the variables (like $name, $mobile, $email, ...) used here are passed in from the contact() method in Front/CmsController.php --}}
Dear Admin!
 
User's Inquiry on Multi-vendor E-commerce Application Website, Contact Us page. The details are as below:
 
Name: {{ $name }}
 
Email: {{ $email }}
 
Subject: {{ $subject }}
 
Message: {{ $comment }}
 
 
Thanks & Regards,
Multi-vendor E-commerce Application