@extends('layouts.frontend') @section('content')
MY STATEMENT ({{ $statementCountText }})
@if ($statementCount < 100) @else @endif
@endsection @section('seo') {{'My Statement - ' . $siteTitle}} @endsection @section('footer_script') @endsection