@extends('ATCore::atcore_layout')
@section('content')
ID |
RUT |
RAZON SOCIAL |
FECHA VENCIMIENTO |
|
@foreach ($array as $key=>$account)
{{$account->id}} |
{{$account->rut}} |
{{$account->name}} |
{{$account->signature_due_date}} |
@if ($account->status == 8)
@else
@endif
|
@endforeach
@stop