Requested changes done

This commit is contained in:
Anmol-Chauhan 2022-04-05 20:03:02 +05:30
parent 4a92b434d5
commit 6e2d454d9f
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class ProductDataGrid extends DataGrid
'sortable' => true,
'filterable' => true,
'closure' => function ($row) {
return "<a href = '" . asset($row->url_key) . "' target = '_blank'>" . $row->product_name . "</a>";
return "<a href='" . asset($row->url_key) . "' target='_blank'>" . $row->product_name . "</a>";
},
]);