@@ -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 | |
@@ -153,7 +153,7 @@ |
||
| 153 | 153 | |
| 154 | 154 | <div class="list-view" |
| 155 | 155 | data-domain="subscription" |
| 156 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 156 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 157 | 157 | |
| 158 | 158 | <nav class="main-navbar"> |
| 159 | 159 | |