@extends('Frontend.Template.layout') @section('title') Blog @endsection @section('content')

{{ $heading->blog_share }}


@foreach($posts as $post)

{{ $post->title }}

{{ substr($post->post, 0, 250) }} ...

@endforeach
@endsection