- @if (trim($__env->yieldContent('page_icon')))
+ @if(trim($__env->yieldContent('page_icon')))
diff --git a/resources/themes/architect/views/layouts/partials/topmenu.blade.php b/resources/themes/architect/views/layouts/partials/topmenu.blade.php
index 04d6dde9..b7499f06 100644
--- a/resources/themes/architect/views/layouts/partials/topmenu.blade.php
+++ b/resources/themes/architect/views/layouts/partials/topmenu.blade.php
@@ -142,7 +142,7 @@
- @if ($user->exists)
+ @if($user->exists)
@else
{{ $o->render_item_old($key) }}
- @if ($o->isStructural($value))
+ @if($o->isStructural($value))
@lang('structural')
@endif
diff --git a/resources/views/components/attribute/widget/objectclass.blade.php b/resources/views/components/attribute/widget/objectclass.blade.php
index 225f352e..c3b39a72 100644
--- a/resources/views/components/attribute/widget/objectclass.blade.php
+++ b/resources/views/components/attribute/widget/objectclass.blade.php
@@ -2,7 +2,7 @@
User Menu
diff --git a/resources/views/components/attribute-type.blade.php b/resources/views/components/attribute-type.blade.php index 9cc7410f..1fc305de 100644 --- a/resources/views/components/attribute-type.blade.php +++ b/resources/views/components/attribute-type.blade.php @@ -11,7 +11,7 @@ [ @foreach($o->hints as $name => $description) - @if ($loop->index),@endif + @if($loop->index),@endif {{ $name }} @endforeach ] diff --git a/resources/views/components/attribute/objectclass.blade.php b/resources/views/components/attribute/objectclass.blade.php index 3dacc7e4..bd5b1f3d 100644 --- a/resources/views/components/attribute/objectclass.blade.php +++ b/resources/views/components/attribute/objectclass.blade.php @@ -6,7 +6,7 @@
($e=$errors->get($o->name_lc.'.'.$langtag.'.'.$loop->index)),'mb-1','border-focus'=>! $o->tagValuesOld($langtag)->contains($value),'bg-success-subtle'=>$updated]) name="{{ $o->name_lc }}[{{ $langtag }}][]" value="{{ $value }}" placeholder="{{ Arr::get($o->values,$loop->index,'['.__('NEW').']') }}" @readonly(true)>
- @if ($o->isStructural($value))
+ @if($o->isStructural($value))
@lang('structural')
@else
diff --git a/resources/views/components/success.blade.php b/resources/views/components/success.blade.php
index 6598a290..2cefc7a1 100644
--- a/resources/views/components/success.blade.php
+++ b/resources/views/components/success.blade.php
@@ -3,7 +3,7 @@
Success!
-
- @foreach (session()->get('success') as $item)
+ @foreach(session()->get('success') as $item)
- {{ $item }} @endforeach
- @foreach ($attributetypes as $o)
+ @foreach($attributetypes as $o)
@@ -30,16 +30,16 @@
@lang('Inherits from') | -@if ($o->sup_attribute){{ $o->sup_attribute }}@else @lang('(none)')@endif | +@if($o->sup_attribute){{ $o->sup_attribute }}@else @lang('(none)')@endif | |||||
@lang('Parent to') |
- @if (! $o->children->count())
+ @if(! $o->children->count())
@lang('(none)')
@else
- @foreach ($o->children->sort() as $child)
+ @foreach($o->children->sort() as $child)
@if($loop->index) @endif
{{ $child }}
@endforeach
@@ -77,9 +77,9 @@
@lang('Aliases') |
- @if ($o->aliases->count())
- @foreach ($o->aliases as $alias)
- @if ($loop->index) @endif
+ @if($o->aliases->count())
+ @foreach($o->aliases as $alias)
+ @if($loop->index) @endif
{{ $alias }}
@endforeach
@else
@@ -90,8 +90,8 @@
| @lang('Used by ObjectClasses') |
- @if ($o->used_in_object_classes->count())
- @foreach ($o->used_in_object_classes as $class => $structural)
+ @if($o->used_in_object_classes->count())
+ @foreach($o->used_in_object_classes as $class => $structural)
@if($structural)
@endif
@@ -108,8 +108,8 @@
| @lang('Required by ObjectClasses') |
- @if ($o->required_by_object_classes->count())
- @foreach ($o->required_by_object_classes as $class => $structural)
+ @if($o->required_by_object_classes->count())
+ @foreach($o->required_by_object_classes as $class => $structural)
@if($structural)
@endif
diff --git a/resources/views/fragment/schema/ldapsyntaxes.blade.php b/resources/views/fragment/schema/ldapsyntaxes.blade.php
index 42183c56..3819c348 100644
--- a/resources/views/fragment/schema/ldapsyntaxes.blade.php
+++ b/resources/views/fragment/schema/ldapsyntaxes.blade.php
@@ -9,14 +9,14 @@
| |
{{ $o->description }} - @if ($o->binary_transfer_required) + @if($o->binary_transfer_required) @endif - @if ($o->is_not_human_readable) + @if($o->is_not_human_readable) @endif | diff --git a/resources/views/fragment/schema/matchingrules.blade.php b/resources/views/fragment/schema/matchingrules.blade.php index 62b2f32a..48f2a4ff 100644 --- a/resources/views/fragment/schema/matchingrules.blade.php +++ b/resources/views/fragment/schema/matchingrules.blade.php @@ -2,14 +2,14 @@
@lang('Used by Attributes') |
- @if ($o->used_by_attrs->count() === 0)
+ @if($o->used_by_attrs->count() === 0)
@lang('(none)')
@else
- @foreach ($o->used_by_attrs as $attr)
+ @foreach($o->used_by_attrs as $attr)
@if($loop->index) @endif
{{ $attr }}
@endforeach
diff --git a/resources/views/frames/create.blade.php b/resources/views/frames/create.blade.php
index f03d485f..380befab 100644
--- a/resources/views/frames/create.blade.php
+++ b/resources/views/frames/create.blade.php
@@ -49,7 +49,7 @@
@case(2)
@lang('Line') |
|
- @foreach ($result as $item)
+ @foreach($result as $item)
|
{{ $item->get('dn') }} | {{ $item->get('result') }} | diff --git a/resources/views/frames/info.blade.php b/resources/views/frames/info.blade.php index 0c03ffd8..f53e95ba 100644 --- a/resources/views/frames/info.blade.php +++ b/resources/views/frames/info.blade.php @@ -13,7 +13,7 @@
{!! ($x=$server->schema('attributetypes',$attribute)) diff --git a/resources/views/layouts/dn.blade.php b/resources/views/layouts/dn.blade.php index 85ca43ff..5317edf8 100644 --- a/resources/views/layouts/dn.blade.php +++ b/resources/views/layouts/dn.blade.php @@ -1,4 +1,4 @@ -@if (trim($__env->yieldContent('page_title'))) +@if(trim($__env->yieldContent('page_title'))) @include('architect::layouts.partials.contentheader') @endif diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 52b58b11..f2958044 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -30,7 +30,7 @@ |
---|
{{ $oo->name }} |