@extends('_front.master') @section('header') @include('_front.pages.header') @endsection @section('footer') @include('_front.pages.footer') @endsection @section('extra_css') @endsection @section('extra_js') @endsection @section('main_content')
@unless(\App\Division::all()->isEmpty())
@endunless

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

@foreach($division_posts->Districts as $district) @foreach($district->posts()->orderBy('created_at', 'desc')->take(50)->get() as $post)