@if(isset($page->label)){{$page->label}} @endif
@php if(!is_null($page) && !is_null($id)){ $paragraphs=getter('paragraphs')->setLang(app()->getLocale())->condition('position','=','bem-'.$page)->orderBy('orders')->get(); $bemaac=getter('bemaac')->setLang(app()->getLocale())->condition('id','=',$id)->get(); $subpages=getter('sub_pages')->setLang(app()->getLocale())->condition('main_page','=',$page)->get(); $page=getter('pages')->setLang(app()->getLocale())->condition('id','=',$page)->get(); } @endphp @extends('layouts.main',[ 'compact'=>'compact' ]) @section('title')