{{ __('Actividades pendientes') }}

@if($oficina->store) Store @else Oficina @endif
{{$oficina->co_oficina}}

Nombre {{$oficina->nombre}}

Teléfono: {{$oficina->telefono}}

Dirección: {{$oficina->direccion}}
{{$oficina->localidad}} ({{$oficina->codigo_postal}}) {{$oficina->provincia}}

@foreach($pendientes as $p)
Hora: {{date('H:i', strtotime($p->fecha_hora))}}

Actividad: {{$p->tipo}} / {{$p->subtipo}}

Nombre gestor: {{$p->nombre_gestor}}

Cliente: {{$p->cliente}}

Teléfono: {{$p->telefono_gestor}}

@endforeach