laravel in set data useing datatable with ajax call

Blade File < div class= "table-responsive" style= " font-size : 12 px ; " > < table id= "subCategoriesTable" class= "table table-striped" > < thead > < tr > < th > Sl. No </ th > < th width= "50" > Image </ th > < th > Category Name </ th > < th > Name </ th > < th > Description </ th > < th > Is Active </ th > < th > Action </ th > </ tr > </ thead > < tbody > </ tbody > </ table > </ div > < script type= "text/javascript" > var route_product_sub_categories = " {{ route( 'getSubCategory' ) }} " ; jQuery ( document ). ready ( function ($) { $( '...