@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')
@if(isset($data['breadcrumb'])) @else @endif
@if($data['post']->image != '') {{ $data['post']->heading_content }} @endif
{{--

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

--}}
@php $size = str_replace("full_content); $size = str_replace("full_content); echo $size; @endphp {{-- {!! $data['post']->full_content !!} --}}
@push('before-scripts') @endpush @push('after-scripts') @endpush @endsection