@extends('layouts.frontend', [ 'meta_keywords' => $page->keywords, 'meta_description' => $page->description, 'meta_title' => $page->meta_title ]) @section('css') @endsection @section('content')
{{--
--}} {{--
img
--}} {{--
--}}

img {{ $page->title }}

@if(!empty($page->banner_description))

{{ $page->banner_description }}

@endif @if(!Session::exists('coach')) Get Started img @else Get Started img @endif
@if(!empty($page->content_header_1))

{{ $page->content_header_1 }}

@endif @if(!empty($page->content_1))

{!! $page->content_1 !!}

@endif @if(!empty($page->content_header_2))

{{ $page->content_header_2 }}

@endif @if(!empty($page->content_2))

{!! $page->content_2 !!}

@endif @if(!empty($page->content_header_3))

{{ $page->content_header_3 }}

@endif @if(!empty($page->content_3))

{!! $page->content_3 !!}

@endif @verbatim
@endverbatim
@if($page->show_testimonials) @include('frontend._inc.testimonial') @endif
@endsection @section('scripts') @endsection