@if($acc == "list" ) @include('_layouts.breadcumb')

{{" ", $title }}

@if( input::has('fecha_rango')=="") @endif
Fecha


@if( Input::get('fecha_rango') )

Informe por Productos

PRODUCTOS CODIGO UNIDAD VISITAS DETALLAR
@endif
@if( Input::get('fecha_rango') )

Informe por Regiones

@foreach($region as $row2) @endforeach
REGIONAL PRODUCTOS VISITAS
{{ $row2->regional }} {{ $row2->nombre }} {{ $row2->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe por Clientes

@foreach($cliente as $row) @endforeach
NIT CLIENTE VISITAS DETALLES
{{ $row->cliente_nit }} {{ $row->sucursal_nombre }} {{ $row->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe por Categorias

@foreach($categoria as $row) @endforeach
CATEGORIA VISITAS SUBCATEGORIAS CLIENTES
{{ $row->categoria }} {{ $row->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe por Proveedores

@foreach($proveedor as $row) @endforeach
PROVEEDOR VISITAS
{{ $row->proveedor }} {{ $row->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe por Marcas

@foreach($marcas as $row) @endforeach
MARCAS VISITAS
{{ $row->marca }} {{ $row->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe de Login por Clientes

@foreach($clientes_ecommerce as $row) @endforeach
NIT SUCURSAL VISITAS FECHAS
{{ $row->cliente_nit }} {{ $row->sucursal_nombre }} {{ $row->visitas }}
@endif
@if( Input::get('fecha_rango') )

Informe de Login por Regiones

@foreach($regional_ecommerce as $row) @endforeach
REGIONAL VISITAS
{{ $row->regional }} {{ $row->visitas }}
@endif
@section('footer') @stop @endif