{{ __('Listado cronológico de actividades') }}

@if($pendingCheckout !== true)
Crear nueva actividad
@endif
{{--
Ir a vista actividad/oficina cercana
--}} @if($pendingCheckout == true)
Tienes pendiente realizar el checkout.
@endif @foreach($actividades as $v) @if($v->id == $pendingCheckoutActivity?->id_actividad_asignada) @if($v->unidad == 'oficina') @endif @else @if($v->unidad == 'oficina') @endif @endif @endforeach

Agenda

Oficina / Store - Actividad

Pedidos Oficina

{{date('d/m/Y', strtotime($v->fecha_hora))}}

{{date('H:i:s', strtotime($v->fecha_hora))}}

@if($v->store) Store @else Oficina @endif: {{$v->co_oficina}} - {{$v->nombre}}

Distancia: xxxxxx

Detalle pedidos

{{date('d/m/Y', strtotime($v->fecha_hora))}}

{{date('H:i:s', strtotime($v->fecha_hora))}}

@if($v->store) Store @else Oficina @endif: {{$v->co_oficina}} - {{$v->nombre}}

Distancia: xxxxxx

Detalle pedidos