@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')
@if($data['has_youtube'] || $data['has_vimeo'])
@push('head-area')
@if($data['has_youtube'])
@endif
@if($data['has_vimeo'])
@endif
@endpush
@endif
@endsection