@@ -83,7 +83,7 @@ |
||
| 83 | 83 | |
| 84 | 84 | <div class="list-view" |
| 85 | 85 | data-domain="locale/language" |
| 86 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 86 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 87 | 87 | |
| 88 | 88 | <nav class="main-navbar"> |
| 89 | 89 | |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | |
| 84 | 84 | <div class="list-view" |
| 85 | 85 | data-domain="locale/currency" |
| 86 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 86 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 87 | 87 | |
| 88 | 88 | <nav class="main-navbar"> |
| 89 | 89 | |
@@ -550,7 +550,7 @@ |
||
| 550 | 550 | |
| 551 | 551 | <div class="list-view" |
| 552 | 552 | data-domain="product" |
| 553 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 553 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 554 | 554 | |
| 555 | 555 | <nav class="main-navbar"> |
| 556 | 556 | |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | |
| 89 | 89 | <div class="list-view" |
| 90 | 90 | data-domain="review" |
| 91 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 91 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 92 | 92 | |
| 93 | 93 | <nav class="main-navbar"> |
| 94 | 94 | |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | |
| 91 | 91 | <div class="list-view" |
| 92 | 92 | data-domain="service" |
| 93 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 93 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 94 | 94 | |
| 95 | 95 | <nav class="main-navbar"> |
| 96 | 96 | |
@@ -106,7 +106,7 @@ |
||
| 106 | 106 | |
| 107 | 107 | <div class="list-view" |
| 108 | 108 | data-domain="customer" |
| 109 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 109 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 110 | 110 | |
| 111 | 111 | <nav class="main-navbar"> |
| 112 | 112 | |
@@ -82,7 +82,7 @@ |
||
| 82 | 82 | |
| 83 | 83 | <div class="list-view" |
| 84 | 84 | data-domain="customer/group" |
| 85 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 85 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 86 | 86 | |
| 87 | 87 | <nav class="main-navbar"> |
| 88 | 88 | |
@@ -87,7 +87,7 @@ |
||
| 87 | 87 | |
| 88 | 88 | <div class="list-view" |
| 89 | 89 | data-domain="plugin" |
| 90 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 90 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 91 | 91 | |
| 92 | 92 | <nav class="main-navbar"> |
| 93 | 93 | |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | |
| 92 | 92 | <div class="list-view" |
| 93 | 93 | data-domain="attribute" |
| 94 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 94 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 95 | 95 | |
| 96 | 96 | <nav class="main-navbar"> |
| 97 | 97 | |