@if(count($pages) > 0) @foreach($pages as $page) {{ ConvertHtmlChar($page->title) }} @if(!empty($createdAt)) {{ $createdAt->format('M d Y')}} @endif @if( count($regions) > 1 ) {!! Form::open(['onSubmit' => 'return updatePageRegion(this);']) !!}
{!! Form::select('region_id[]', $regions, json_decode($page->regions, true), ['class' => 'form-control page_region_select input-sm', 'multiple', 'style' => 'width:100%;']) !!}
{!! Form::close() !!} @endif
@endforeach @endif