@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (Session::has('resultado'))
MENSAJE : {{ Session::get('mensaje') }}
TOTAL DE GUIAS DHL REGISTRADAS {{ Session::get('resultado') }}
@endif
@php($rutaSession=Session::get('conexion'))
Seleccione el Archivo a actualizar