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

{{$page->title}}

{!!$page->text!!}
@endsection