@extends('layouts.app') @push('css_lib') @endpush @section('content')

News Management

@include('flash::message')
@include('news.table')
@endsection @push('scripts_lib') @endpush