@extends('adminlte::page')
@section('content_header')
Activador: {{$activator->name}}
Descargar
@stop
@section('content')
@if (session('status'))
{{session('status')}}
@endif
@if ($type == 'Lineas portadas')
@endif
{{--
TODO: INFORMACIÓN RELEVANTE DEL ACTIVADOR...
--}}
{{$dataTable->table()}}
{{--
{{$dataTableLines->table()}}
--}}
@stop
@section('js')
{{$dataTable->scripts()}}
@endsection