@extends('layouts.admin') @section('importar', 'active bg-gradient-primary') @section('contenido')
Importar Excel
@if (Session::has('mensaje_ok'))

{{ Session::get('mensaje_ok') }}

@endif
@csrf


Nombre Planilla Fecha Proceso Pet. Totales Pet. Gestionables
@method('DELETE') @csrf
@endsection @section('js') @endsection