@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', URL::to('/'). '/up_data/blog/'. $data['post']->image ) @section('image:width', "1200") @section('image:height', "630") @php $url = URL::current(); @endphp @push('head-area') @endpush @section('content')