@extends('backend.layouts.app') @section('title', localize('news_list')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('news_list') }}
@include('news::filter')
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush