@extends('layouts.admin') @section('title') Notificări @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.setting.notifications') }} @endsection @section('content')

Afișarea log-urilor

{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush