@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Historial Importacion'), 'description' => __(''), 'class' => 'col-lg-12' ])
{{Form::label('Filtrar','Filtrar',['class'=>'label-control'])}}

Id Fecha Importacion Creado por
{{--
--}}
{{-- --}} @endsection @section('js') @if(Session::has('success')) @endif @if(Session::has('error')) @endif @endsection