Commit 67715795 by Bagus Pambudi

information bahasa inggris

parent 8e7ff1f6
...@@ -38,7 +38,34 @@ ...@@ -38,7 +38,34 @@
</div> </div>
</div> </div>
</div> </div>
@include('webprofile.front.jollyany.en.widget') {{--@include('webprofile.front.jollyany.en.widget')--}}
<div id="sidebar" class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="widget">
<div class="title"><h2>
<h2>All Informations</h2>
<ul class="nav nav-tabs nav-stacked">
@foreach($informations as $value)
@if($value-rEn)
<li><a class="unesa-link" href="{!! url('information/'.$value->slug) !!}">{!! $value->-rEn->slug !!}</a></li>
@endif
@endforeach
</ul>
{{--
@foreach ($widget_right as $vwidget_right)
<div class="widget">
<div class="title">
<h2>{!! $vwidget_right->title_design !!}</h2>
</div><!-- end title -->
{!! $vwidget_right->value_design !!}
</div><!-- end widget -->
@endforeach
--}}
</div>
</div>
</div>
</div> </div>
</div><!-- end container --> </div><!-- end container -->
</section><!--end white-wrapper --> </section><!--end white-wrapper -->
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
@endforeach @endforeach
</ul> </ul>
{{--
@foreach ($widget_right as $vwidget_right) @foreach ($widget_right as $vwidget_right)
<div class="widget"> <div class="widget">
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
{!! $vwidget_right->value_design !!} {!! $vwidget_right->value_design !!}
</div><!-- end widget --> </div><!-- end widget -->
@endforeach @endforeach
--}}
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment