@extends('backend.layouts.admin.admin') @section('title', 'News') @section('content')
All news
@each('backend.news.partials.table', $news, 'news')
# Title Type Date Published Actions
@stop @push('scripts') @endpush