🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 delivered.blade.php

📁 Path: /home/skhata/new.chandrapharma.com/resources/views/emails/order/delivered.blade.php
📊 Size: 2.29 KB
🔒 Perm: 0644
📝 MIME: text/html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Order Delivered</title>
    <style>
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin: 0; padding: 0; background: #f5f5f5; color: #333; }
        .wrapper { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
        .header { background: linear-gradient(135deg, #7c3aed, #6d28d9); color: #fff; padding: 32px 40px; text-align: center; }
        .header h1 { margin: 0; font-size: 26px; font-weight: 700; }
        .body { padding: 32px 40px; }
        .stars { font-size: 28px; letter-spacing: 4px; margin: 16px 0; text-align: center; }
        .btn { display: inline-block; background: #7c3aed; color: #fff; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; }
        .footer { background: #f9fafb; padding: 20px 40px; text-align: center; font-size: 12px; color: #9ca3af; border-top: 1px solid #f0f0f0; }
    </style>
</head>
<body>
<div class="wrapper">
    <div class="header">
        <div style="font-size:36px;margin-bottom:8px;">📦</div>
        <h1>Order Delivered!</h1>
        <p>Order #{{ $order->order_number }}</p>
    </div>
    <div class="body">
        <p>Hi {{ $order->user?->name ?? $order->guest_email ?? 'Valued Customer' }},</p>
        <p>Your order has been delivered. We hope you love your purchase!</p>

        <div class="stars">⭐⭐⭐⭐⭐</div>
        <p style="text-align:center;color:#6b7280;font-size:14px;">How was your experience? Leave a review to help other shoppers.</p>

        <div style="text-align:center;margin:24px 0;">
            <a href="{{ route('orders.track', $order->uuid) }}#review" class="btn">Leave a Review</a>
        </div>

        <p style="font-size:13px;color:#888;">
            If there's any issue with your order, you can request a return within 7 days.
        </p>
        <div style="text-align:center;margin-top:16px;">
            <a href="{{ route('orders.detail', $order->uuid) }}#return" style="color:#7c3aed;font-size:13px;">Request a Return</a>
        </div>
    </div>
    <div class="footer">
        <p>© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.</p>
    </div>
</div>
</body>
</html>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨