
[
    {
        "positions_id": "1",
        "title": "المدير العام",
        "description": "المهندس محمد الحطامي",
        "parent_id": null,
        "employee": {
            "id": "2",
            "full_name": "محمد الحطامي",
            "avatar": "https:\/\/hajj.al-bttatilaw.com.sa\/uploads\/profiles\/mo1.png",
            "mobile": "0566616334",
            "email": "test@test.com"
        },
        "children": [
            {
                "positions_id": "2",
                "title": "مدير قسم الحلويات",
                "description": "الاستاذ لؤي محمد",
                "parent_id": "1",
                "employee": {
                    "id": "4",
                    "full_name": "ليث الحطامي",
                    "avatar": "https:\/\/hajj.al-bttatilaw.com.sa\/uploads\/profiles\/lo2.png",
                    "mobile": "0570638866",
                    "email": "1@test.com"
                },
                "children": [
                    {
                        "positions_id": "4",
                        "title": "العلاقات العامة",
                        "description": "  ",
                        "parent_id": "2",
                        "employee": {
                            "id": "5",
                            "full_name": "يوسف الحوباني",
                            "avatar": null,
                            "mobile": null,
                            "email": null
                        }
                    }
                ]
            },
            {
                "positions_id": "3",
                "title": "مدير قسم الغذائية",
                "description": "الاستاذ ليث الحطامي",
                "parent_id": "1",
                "employee": {
                    "id": "3",
                    "full_name": "لؤي الحطامي",
                    "avatar": "https:\/\/hajj.al-bttatilaw.com.sa\/uploads\/profiles\/lo1.png",
                    "mobile": "0570638866",
                    "email": "test@test.net"
                },
                "children": [
                    {
                        "positions_id": "5",
                        "title": "المالية",
                        "description": "",
                        "parent_id": "3",
                        "employee": {
                            "id": "6",
                            "full_name": "غدي الحوباني",
                            "avatar": null,
                            "mobile": "0538952116",
                            "email": "emp@emp.net"
                        }
                    }
                ]
            },
            {
                "positions_id": "6",
                "title": "مديرة قسم المكسرات",
                "description": "",
                "parent_id": "1",
                "employee": {
                    "id": "7",
                    "full_name": "ضي الحوباني",
                    "avatar": null,
                    "mobile": "0566616334",
                    "email": null
                }
            }
        ]
    }
]