Skip to content

Commit 74e86e9

Browse files
committed
new loop added in routes file
1 parent 8ba786e commit 74e86e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

resources/views/blueprints/index.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
@endif
5454
@endforeach
5555

56+
@foreach($user as $use)
57+
58+
echo "hello";
59+
60+
@endforeach
61+
5662
@foreach (Statamic\Facades\Taxonomy::all() as $taxonomy)
5763
@if ($loop->first)
5864
<h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Taxonomies') }}</h3>

0 commit comments

Comments
 (0)