@extends('layouts.app') @section('title', $static_page->title) @section('content')

{{ $static_page->title }}

{{ $static_page->title }}

{!! $static_page->content !!}

Last update: {{ $static_page->updated_at }}
@endsection