@extends('frontend.layouts.amp') @if($data['post']->meta_title != '') @section('title', $data['post']->meta_title) @else @section('title', $data['post']->heading_content . ' - Blog - ' . app_name()) @endif @section('meta_keywords', $data['post']->meta_keywords) @section('meta_description', $data['post']->meta_description) @push('head-area') {{----}} @endpush @section('content')

{{ $data['post']->heading_content }}

@if($data['post']->image != '')
@push('head-area') @endpush
@endif
{!! Shortcode::compile($data['post']->full_content) !!}
@if($data['has_youtube'] || $data['has_vimeo']) @push('head-area') @if($data['has_youtube']) @endif @if($data['has_vimeo']) @endif @endpush @endif @endsection