Error:
DataTables warning: table id=open_quote_list - Ajax error. For more information about this error, please see http://datatables.net/tn/7
[2023-11-29 06:04:21] laravel.ERROR: Class "Illuminate\Http\Resources\Json\Resource" not found {"exception":"[object] (Error(code: 0): Class
\"Illuminate\\Http\\Resources\\Json\\Resource\" not found at /opt/lampp/htdocs/myhospitalnow/mhn-quote-management-ms/app/Http/Resources/Quote.php:7)
[stacktrace]

Solution:
Go to App\Http\Resources and change

Replace thin code
use Illuminate\Http\Resources\Json\JsonResource;
class Quote extends JsonResource
Afte that error is solved.








