@extends('adminlte::page')
@section('content_header')
Activadores
@stop
@section('content')
@if (session('status'))
{{session('status')}}
@endif
{{$dataTable->table()}}
@stop
@section('js')
{{$dataTable->scripts()}}
@endsection
@section('css')
@endsection