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

{{ $message }}

@endif Regresar a cuentas

Blacklist de {{ $account->name }}

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