@extends('layouts.app') @push('css_lib') @endpush @section('content') News Management Dashboard News News List @include('flash::message') News List Create News @include('news.table') @endsection @push('scripts_lib') @endpush