@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') @include('frontend.layouts.social')
@if(!empty($banner->getData('banner_image'))) {{lang('project_page_banner_alt_keywords')}} @else {{lang('project_page_banner_alt_keywords')}} @endif

{{lang('blogs')}}

{{lang('blog_page__latest')}}

{{lang('blog_page__blog_title')}}

{{$blog->getData('post_title')}}

{!! $blog->getData('description') !!}

@if(!empty($blog->getData('blog_description1')))

{!! $blog->getData('blog_description1') !!}

@if(!empty($blog->getData('blog_description1_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description2')))

{!! $blog->getData('blog_description2') !!}

@if(!empty($blog->getData('blog_description2_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description3')))

{!! $blog->getData('blog_description3') !!}

@if(!empty($blog->getData('blog_description3_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description4')))

{!! $blog->getData('blog_description4') !!}

@if(!empty($blog->getData('blog_description4_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description5')))

{!! $blog->getData('blog_description5') !!}

@if(!empty($blog->getData('blog_description5_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description6')))

{!! $blog->getData('blog_description6') !!}

@if(!empty($blog->getData('blog_description6_image')))
{{$blog->getData('post_title')}}
@endif
@endif @if(!empty($blog->getData('blog_description7')))

{!! $blog->getData('blog_description7') !!}

@if(!empty($blog->getData('blog_description7_image')))
{{$blog->getData('post_title')}}
@endif
@endif
@include('frontend.blog.partials.popular-blog')
@stop @section('scripts') @parent @stop