|
@@ -84,7 +84,7 @@
|
|
|
&& !str_contains($headerName, 'image')
|
|
&& !str_contains($headerName, 'image')
|
|
|
&& !str_contains($headerName, 'order_status_name')
|
|
&& !str_contains($headerName, 'order_status_name')
|
|
|
&& !($id === 'reclamations' && $headerName === 'status_name'))
|
|
&& !($id === 'reclamations' && $headerName === 'status_name'))
|
|
|
- onclick="location.href='{{ route($routeName, $string->id) }}'"
|
|
|
|
|
|
|
+ onclick="@if($id === 'reclamations')window.open('{{ route($routeName, $string->id) }}','_blank');@else location.href='{{ route($routeName, $string->id) }}';@endif"
|
|
|
@endif>
|
|
@endif>
|
|
|
@if(str_contains($headerName, '-'))
|
|
@if(str_contains($headerName, '-'))
|
|
|
@php
|
|
@php
|