We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7710a7b commit 17bc202Copy full SHA for 17bc202
src/resources/views/admin/_form.blade.php
@@ -19,6 +19,8 @@
19
</div>
20
21
22
+{!! BootForm::select(trans('validation.attributes.page_id'), 'page_id', Pages::getPagesForSelect()) !!}
23
+
24
@foreach ($locales as $lang)
25
26
<div class="tab-pane fade @if($locale == $lang)in active @endif" id="content-{{ $lang }}">
0 commit comments