@extends('layouts.app') @section('title', $page->meta_title ?: $page->title . ' — Точка') @section('content')

{{ $page->title }}

@if($page->content)
{!! $page->content !!}
@else

Раздел в разработке.

@endif
@endsection @push('styles') @endpush