apiResource laravel problem with show update and destroy methods
I'm using apiResource using Postman I try to get a specific item ("services"), update and delete by API controller but does not work and returns null values. Here are the details: Services model <?php namespace AppModels; use IlluminateDatabaseEloquentFactoriesHasFactory; use IlluminateDatabaseEloquentModel;…