@include('_particles.header.language_picker') @include('_particles.footer.logo')
    @foreach(\App\Page::where('footer', '1')->get() as $page)
  • {{ $page->title }}
  • @endforeach @if(get_buzzy_config('p_buzzycontact') == 'on')
  • {{ trans('buzzycontact.contact') }}
  • @endif
@include('_particles.footer.copyright')