{{-- resources/views/welcome.blade.php --}} @php use Illuminate\Support\Str; @endphp {{-- Google AdSense - Load with proper strategy --}} {{ config('app.name', 'growithraju') }} - Build Your Career with Real Skills {{-- Favicon --}} {{-- Meta Tags --}} {{-- Open Graph Tags --}} {{-- Twitter Card Tags --}} {{-- Preload critical assets --}} {{-- Canonical URL --}} {{-- Tailwind with custom config --}} {{-- Font --}} {{-- Custom Styles --}} {{-- ================= HEADER ================= --}}
{{-- Logo --}} {{-- Logo Image --}}
GrowithRaju Logo
{{-- Brand Name --}} GroWithRaju
{{-- ================= DESKTOP MENU ================= --}} {{-- Right side actions --}}
{{-- Auth buttons --}} @auth @else @endauth {{-- Dark mode toggle --}} {{-- Mobile menu button --}}
{{-- ================= MOBILE MENU ================= --}}
{{-- Main content with top padding to account for fixed header --}}
{{-- ================= PREMIUM HERO SECTION ================= --}} {{-- ================= CINEMATIC FULL HERO ================= --}}
{{-- ===== BACKGROUND LIGHT EFFECT ===== --}}
{{-- Large screens --}}
{{-- FULL WIDTH CONTAINER --}}
{{-- ================= LEFT ================= --}}

Build Your Career With |

Master in-demand technologies through practical learning, internships and real-world projects designed for placements.

{{-- BUTTONS --}}
{{-- ================= RIGHT VIDEO ================= --}}
{{-- glow frame --}}
{{-- VIDEO --}}
{{-- ===== TYPEWRITER ANIMATION STYLES ===== --}}
{{-- ===== TYPEWRITER SCRIPT ===== --}} {{-- Add these styles to your main CSS file or here if not already defined --}} {{-- Professional CSS --}} @push('styles') @endpush

Start Your Journey

Tell us what you're interested in and we'll guide you.

@csrf
{{-- ================= FEATURED COURSES ================= --}}
Industry-Ready Learning

Most Popular Courses

Learn from industry experts with hands-on projects and personalized mentorship

@forelse($courses ?? [] as $course)
{{ $course->title }}
@if($course->status) Active @else Inactive @endif @if($course->is_featured ?? false) Featured @endif
{{ $course->category ?? 'Professional' }} {{ $course->level ?? 'Beginner' }}

{{ $course->title }}

{{ Str::limit($course->description ?? 'Course description',120) }}

{{ $course->duration ?? '12 weeks' }}
{{ number_format($course->enrollment_count ?? 1000) }}+ enrolled
INR {{ number_format($course->price ?? 4999) }} @if($course->original_price ?? false) {{ number_format($course->original_price) }} @endif
View Details
@empty

No courses available

@endforelse
{{-- ================= FEATURES SECTION ================= --}}
{{-- Background Blur Decoration --}}
{{-- Section Header --}}
Why Choose Us

Everything You Need to Succeed

We provide practical learning, real mentorship, and career-focused support to accelerate your growth.

{{-- Features Grid --}}
@foreach([ [ 'title' => 'Expert Mentors', 'description' => 'Learn directly from experienced industry professionals.', 'icon' => 'M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253', 'color' => 'blue' ], [ 'title' => 'Hands-on Projects', 'description' => 'Work on real-world projects that strengthen your portfolio.', 'icon' => 'M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4', 'color' => 'purple' ], [ 'title' => 'Career Support', 'description' => 'Resume reviews, mock interviews & job assistance.', 'icon' => 'M21 13.255A23.931 23.931 0 0112 15', 'color' => 'green' ], [ 'title' => 'Flexible Learning', 'description' => 'Access courses anytime with lifetime availability.', 'icon' => 'M12 8v4l3 3m6-3a9 9 0 11-18 0', 'color' => 'yellow' ], [ 'title' => 'Community Support', 'description' => 'Join a growing community of learners & mentors.', 'icon' => 'M17 20h5v-2a3 3 0 00-5.356-1.857', 'color' => 'pink' ], [ 'title' => 'Certification', 'description' => 'Earn recognized certificates to boost your career.', 'icon' => 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0', 'color' => 'indigo' ] ] as $feature)
{{-- Icon --}}
{{-- Title --}}

{{ $feature['title'] }}

{{-- Description --}}

{{ $feature['description'] }}

{{-- Subtle Hover Gradient --}}
@endforeach
{{-- Bottom CTA --}}
{{-- ================= MOCK INTERVIEWS ================= --}}
{{-- Content --}}
Mock Interviews

Ace Your Technical Interviews

Practice with experienced interviewers from top tech companies. Get personalized feedback and improve your chances of landing your dream job.

{{-- Features List --}}

1:1 Sessions

45-minute mock interviews with detailed feedback

Expert Interviewers

Engineers from Google, Microsoft, Amazon & more

Detailed Feedback

Get a comprehensive report with improvement areas

Book a Mock Interview
{{-- Image/Illustration --}}
Mock Interview Session
{{-- Floating Stats --}}
95%
Interview Success Rate
{{-- ================= BLOG PREVIEW ================= --}}
Latest Insights

From Our Blog

Stay updated with the latest trends and career advice

@forelse($posts ?? [] as $post)
@if($post->featured_image) {{ $post->title }} @else @endif
{{ \Carbon\Carbon::parse($post->published_at)->format('M d, Y') }} • {{ ceil(str_word_count(strip_tags($post->content)) / 200) }} min read

{{ $post->title }}

{{ Str::limit(strip_tags($post->excerpt ?? $post->content), 120) }}

{{ Str::substr($post->title, 0, 1) }}
{{ config('app.name') }}
Read More →
@empty

No blog posts available

@endforelse
{{-- ================= FOOTER ================= --}}
{{-- ================= SCRIPTS ================= --}} {{-- WonderChat Widget --}}