@extends('frontend.layout.app') @section('seo_title'){{ $blog_page_item->title }}@endsection @section('seo_meta_description'){{ $blog_page_item->meta_description }}@endsection @section('main_content')

{{ $blog_page_item->heading }}

@foreach ($posts as $item)

{{ $item->title }}

{!! nl2br(e($item->short_description)) !!}

@endforeach
{{ $posts->links() }}
@endsection