@extends('layouts.wrap') @section('title', Option::value('siteTitle')) @section('_content')
@if($page->category)
    @foreach($page->category->page as $pages)
  • url) class="active" @endif>{{ $pages->title }}
  • @endforeach
@endif

{{ $page->title }}


Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /home/ozguntarim/public_html/app/views/public/default/page.blade.php on line 41
@if($item) @if($page->component->module == 'gallery')
@foreach($item[0]->images as $image => $key) @endforeach
{{ $item[0]->value }} @else {{ $page->value }} @endif @endif
@stop