| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/crmapp/storage/framework/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CRM Promotion</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- Hero Section -->
<section class="bg-primary text-white text-center py-5">
<div class="container">
<h1 class="display-4 fw-bold">Grow Your Business with SUVIDHA CRM</h1>
<p class="lead">Manage leads, track deals, and boost sales with one powerful tool.</p>
<a href="<?php echo e(route('register')); ?>" class="btn btn-light btn-lg mt-3">Register</a> <a href="<?php echo e(route('login')); ?>" class="btn btn-light btn-lg mt-3">Login</a>
</div>
</section>
<!-- Features Section -->
<section class="py-5">
<div class="container text-center">
<h2 class="mb-4">Why Choose Our CRM?</h2>
<div class="row g-4">
<div class="col-md-4">
<div class="card h-100 shadow-sm">
<div class="card-body">
<h5 class="card-title">๐ Lead Management</h5>
<p class="card-text">Easily capture, track, and convert leads into customers with smart automation.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 shadow-sm">
<div class="card-body">
<h5 class="card-title">๐ค Deal Tracking</h5>
<p class="card-text">Stay on top of every opportunity with real-time deal pipelines and reminders.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 shadow-sm">
<div class="card-body">
<h5 class="card-title">๐ Analytics</h5>
<p class="card-text">Get powerful insights with sales reports, dashboards, and performance tracking.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="bg-light py-5">
<div class="container text-center">
<h2 class="mb-4">What Our Customers Say</h2>
<div class="row g-4">
<div class="col-md-4">
<blockquote class="blockquote">
<p>โThis CRM has doubled our conversion rate in just 3 months!โ</p>
<footer class="blockquote-footer">Sarah, Sales Manager</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote class="blockquote">
<p>โThe automation features saved us hours every week.โ</p>
<footer class="blockquote-footer">David, Marketing Head</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote class="blockquote">
<p>โEasy to use and powerful โ best CRM for growing businesses.โ</p>
<footer class="blockquote-footer">Priya, Entrepreneur</footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Contact / CTA -->
<section class="bg-primary text-white text-center py-5">
<div class="container">
<h2>Ready to Transform Your Business?</h2>
<p class="lead">Start your free trial today. No credit card required.</p>
<a href="#" class="btn btn-light btn-lg">Start Free Trial</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white text-center py-3">
<p class="mb-0">ยฉ 2025 MyCRM. All Rights Reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html><?php /**PATH D:\crm\resources\views/welcome.blade.php ENDPATH**/ ?>