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

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

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

@csrf

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

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

@csrf
{{--
--}}

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

@endsection