@extends('site.pages.build') @section('title',$page->name) @section('content')
{{ $page->name }}

{{ $page->name }}

{!! $page->description !!}

 


@foreach(\App\Models\Site\Page::where('on_header',1)->orderBy('rank','asc')->get() as $pagex) @endforeach
@endsection