@extends('layouts.app') @section('title', 'নিউজ তালিকা') @section('content') @section('breadcrumbs') {{ Breadcrumbs::render('news.index') }} @endsection

@yield('title')

@include('messages.message')
@foreach ($news as $key => $news) @endforeach
@include('datatable.datatable') @endsection