@if(isset($_GET['full_name'])) @php $message = "New Demo request received from:
"; $message .="Name : ".$_GET['full_name']; $message .="Email : ".$_GET['email']; $message .="Phone no : ".$_GET['phone_no']; mail('ganpatnene@gmail.com','New Demo Request',$message); echo "

Thank you for the request, we will get back to you soon with updates via email!

" @endphp @endif
@csrf

Request for a Demo account.

Please fill in below form with all the details and we will create a demo account for you and share the necessary login details and url for admin user. You can then login to the admin and create other user roles.

{{ __('Request Demo') }}