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