@extends('layouts.app') @section('content')

{{ $page->banner_title_1 }}
{{ $page->banner_title_2 }}

{{ $page->section_1_title }}

{{ $page->section_1_text }}

{{ $page->section_2_title_1 }} {{ $page->section_2_title_2 }}

{!! $page->section_2_text_1 !!}

{!! $page->section_2_text_2 !!}

{!! $page->section_2_text_3 !!}

{{ $page->section_3_title }}

{{ $page->section_3_text }}

{!! nl2br(e($page->section_3_title_1)) !!}
{!! nl2br(e($page->section_3_title_2)) !!}
{!! nl2br(e($page->section_3_title_3)) !!}
{!! nl2br(e($page->section_3_title_5)) !!}
{!! nl2br(e($page->section_3_title_6)) !!}
{!! nl2br(e($page->section_3_title_4)) !!}

{!! nl2br(e($page->section_3_text_1)) !!}

{!! nl2br(e($page->section_3_text_2)) !!}

{!! nl2br(e($page->section_3_text_3)) !!}

{!! nl2br(e($page->section_3_text_4)) !!}

{!! nl2br(e($page->section_3_text_5)) !!}

{!! nl2br(e($page->section_3_text_6)) !!}

@endsection