@extends('ATCore::atcore_layout') @section('content')

CUENTAS

@foreach ($withoutContracts as $key=>$account) @endforeach
RUT RAZON SOCIAL FECHA ACTIVACIÓN
{{$key+1}} {{$account->rut}} {{$account->name}} {{$account->activation_date}}
@stop