PR failure

This commit is contained in:
rahul shukla 2021-03-10 15:30:43 +05:30
parent 511b328325
commit 787436359d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<tr>
@foreach($record as $column => $value)
@php
$value = preg_replace('/[^A-Za-z0-9@#$%^&*()_+!\-]/', '', $value);
$value = preg_replace('/[^A-Za-z0-9@#$%^&*()_!+\-]/', '', $value);
@endphp
<td>{{ $value }} </td>