@extends('layouts.public') @section('title', $title) @section('meta_description', $title.' for '.config('app.name').'.') @section('content')
Important information

{{ $title }}

@if($content)
{!! nl2br(e($content)) !!}
@else

This information is being prepared. Please contact support before using the related feature.

@endif
@endsection