@foreach($header as $headerName => $headerTitle) @endforeach @foreach($strings as $string) @php $rowId = $string->id ?? null; $rowAnchor = $rowId ? 'row-' . $rowId : null; $rowHref = null; if (isset($routeName) && $rowId) { $rowHref = route($routeName, [$string->id, 'previous_url' => request()->fullUrl() . '#' . $rowAnchor]); } @endphp @foreach($header as $headerName => $headerTitle) @endforeach @endforeach
@push('scripts') @endpush