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

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
Building Sales Skills whatwedo2 whatwedo3
@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

Frequently Asked Questions

    @foreach($faqs as $fq)
  • {{ $fq->title }}

    {!! $fq->content !!}

  • @endforeach
@if($page->show_testimonials) @include('frontend._inc.testimonial') @endif
@endsection