Skip to content

Commit 17bc202

Browse files
committed
select pages in form
1 parent 7710a7b commit 17bc202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/views/admin/_form.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
</div>
2020
</div>
2121

22+
{!! BootForm::select(trans('validation.attributes.page_id'), 'page_id', Pages::getPagesForSelect()) !!}
23+
2224
@foreach ($locales as $lang)
2325

2426
<div class="tab-pane fade @if($locale == $lang)in active @endif" id="content-{{ $lang }}">

0 commit comments

Comments
 (0)