@if($etiqueta != null)
{{$etiqueta}}
@endif
@if($tipo != null)
@foreach ($tipos_de_exportacion as $key => $value)
@if($key == $tipo)
{{$value}}
@endif
@endforeach
@endif
@if($fechaMin != null)
{{$fechaMin}}
@endif
@if($fechaMax != null)
{{$fechaMax}}
@endif
@if($estado != null)
@foreach ($estadosLote as $key => $value)
@if($key == $estado)
{{$value}}
@endif
@endforeach
@endif