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

{{ $data->title }} Marketing

{!! $data->text !!}

{{--

A well-known quote, contained in a blockquote element.

--}}
@endsection