================================================================================
REQUEST LOG: req_G9qcwmlAtXqK
================================================================================

[2025-12-29 18:44:21.939024] REQUEST END
    Status: 200
    Response Time: 13.41ms
    Response: {
    "success": true,
    "message": "Orders retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": 1,
            "user_id": 2,
            "order_number": "ORD-1-20251229-0001",
            "status": "preparing",
            "order_type": "dine_in",
            "table_number": null,
            "customer_name": "test",
            "customer_phone": "03164094959",
            "customer_address": null,
            "subtotal": "20.00",
            "tax_amount": "3.20",
            "discount_amount": "0.00",
            "discount_reason": null,
            "total_amount": "23.20",
            "notes": null,
            "completed_at": null,
            "cancelled_at": null,
            "cancellation_reason": null,
            "created_at": "2025-12-29T18:43:51.000000Z",
            "updated_at": "2025-12-29T18:43:53.000000Z",
            "deleted_at": null,
            "is_temp_bill": false,
            "bill_number": null,
            "finalized_at": null,
            "print_count": 0,
            "user": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-26T21:53:33.000000Z",
                "updated_at": "2025-12-26T21:53:33.000000Z",
                "branch_id": null,
                "deleted_at": null
            },
            "items": [
                {
                    "id": 1,
                    "order_id": 1,
                    "product_id": 4,
                    "product_name": "vaniila",
                    "quantity": 1,
                    "unit_price": "20.00",
                    "total_price": "20.00",
                    "options": [],
                    "inner_options": [],
                    "special_instructions": null,
                    "created_at": "2025-12-29T18:43:51.000000Z",
                    "updated_at": "2025-12-29T18:43:51.000000Z",
                    "product": {
                        "id": 4,
                        "category_id": 1,
                        "name": "vaniila",
                        "slug": "vaniila",
                        "description": "test",
                        "base_price": "20.00",
                        "image": "products/6952c97a02135_1767033210.png",
                        "max_scoops": 4,
                        "is_active": true,
                        "created_at": "2025-12-29T18:33:28.000000Z",
                        "updated_at": "2025-12-29T18:33:30.000000Z",
                        "deleted_at": null,
                        "scoop_price": "19.98",
                        "scoop_capacity": null,
                        "has_inner_options": 0,
                        "price_per_scoop": null,
                        "metadata": null,
                        "image_url": "http://127.0.0.1:8000/storage/products/6952c97a02135_1767033210.png",
                        "category": {
                            "id": 1,
                            "name": "Ice Cream Containers",
                            "slug": "ice-cream-containers",
                            "description": "Pre-portioned ice cream serving sizes",
                            "image": null,
                            "is_active": true,
                            "sort_order": 0,
                            "created_at": "2025-12-27T10:44:21.000000Z",
                            "updated_at": "2025-12-27T10:44:21.000000Z",
                            "deleted_at": null
                        }
                    }
                }
            ]
        }
    ],
    "meta": {
        "request_id": "req_G9qcwmlAtXqK",
        "timestamp": "2025-12-29T18:44:21+00:00"
    }
}

================================================================================