@extends('layouts.frontend', [ 'meta_keywords' => $page->keywords, 'meta_description' => $page->description, 'meta_title' => $page->meta_title ]) @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
@foreach($podcasts as $pod)
@if($pod->image) img @else img @endif

{{ $pod->title }}

{{ Carbon\Carbon::parse($pod->date)->format('M d, Y') }}
{!! $pod->content !!}

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