@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()) -----বিভাগ----- @foreach(\App\Division::all() as $division) {{ $division->name }} @endforeach @endunless জেলা দেখুন {{ $division_posts->name }} এর সব সংবাদ @foreach($division_posts->Districts as $district) @foreach($district->posts()->orderBy('created_at', 'desc')->take(50)->get() as $post)