{{-- The best athlete wants his opponent at his best. --}} @section('seoTitle') {{ $page->title }} - {{ env('APP_NAME') }} @endsection @section('metaDescription') {{ strip_tags(substr($page->content, 0, 150)) }} @endsection @section('title') {{ $page->title }} @endsection
@include('includes.breadcrumb')
@if (isset($banner160x600)) @else
@endif
{!! $page->content !!}
@if (isset($banner160x600)) @else
@endif