@extends('layouts.front') @section('page_title', 'all news' . ' |' ) @section('extra_css') @endsection @section('extra_js') @endsection @section('main_content')
সব সংবাদ দেখুন
@if($post_cat)

{{ $post_cat->name }} এর সব সংবাদ

@else

সব সংবাদ

@endif
@foreach($posts as $post)
{{ $post->headline }}
{{ str_limit($post->excerpt, 120) }}... বিস্তারিত
@endforeach

@include('_front.inc.latest_popular')
@endsection