@extends('layouts.admin') @section('title', 'Blacklist General') @section('custom-styles') @endsection @section('content') @if ($message = Session::get('success'))

{{ $message }}

@endif

Blacklist General

Agregar Término
{{ $dataTable->table() }}
@endsection @section('custom-scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endsection