@extends('adminlte::page') @section('content_header')

Archivos

@stop @section('content')
{{$dataTable->table()}}
@stop @section('css') @endsection @section('js') {{$dataTable->scripts()}} @stop