@extends('layout.master') @section('content')

@if($bannerImage = Setting::get('app_banner'))
@if($app_url = Setting::get('app_domain')) @else @endif
@endif @if($about_app)

{{ trans('cachet.about_this_site') }}

{!! $about_app !!}

@endif @include('partials.dashboard.errors')

{{ trans('cachet.subscriber.subscribe') }}

@stop