Cuentas Contables Registradas

@foreach($columns as $key => $column) @endforeach @forelse ($items as $item) @foreach($columns as $key => $column) @if($key == 'record_movements') @elseif($key == 'accounting_account_id') @else @endif @endforeach @empty @endforelse
{{$column}}
@if($item->{$key} == true) @else NO @endif{{ ($item->parent)?$item->parent->name:'N/D' }}{{ $item->{$key} }}

No hay registros

{{ $items->links() }}