@extends('frontend.layouts.app') @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) @section('meta_url', URL::Current()) @section('page_title', $data['post']->meta_title) @section('product_description',$data['post']->meta_description) @section('image','https://germedusa.com/static/assets/images/logo.png') @section('image:width', "385") @section('image:height', "145") @php $url = URL::current(); @endphp @push('head-area') @endpush @section('content')