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

img {{ $category_title }}

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

{{ $page->banner_description }}

@endif @if(!Session::exists('coach')) Get Started img @else Get Started img @endif

{{ $category_title }}

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