skip to Main Content

How can I access the following data in PHP laravel

I want to access user_projects from the following data { "id": 1, "title": "Random", "description": "Null", "client_id": 3, "deadline": "2023-10-13 18:30:05", "status": "Proposal", "created_at": "2023-10-13T05:26:17.000000Z", "updated_at": "2023-10-13T05:26:17.000000Z", "user_projects": [ { "id": 1, "name": "Rosendo Pfannerstill III", "email": "[email protected]", "email_verified_at": null,…

VIEW QUESTION
Back To Top
Search