@extends("design_1.web.layouts.app") @push("styles_top") @endpush @section("content")
{{ $page->title }} cover
{{-- Header --}} @include('design_1.web.pages.includes.header') {{-- Content --}}
{!! nl2br($page->content) !!}
@endsection