@if (Help::periodoContable()) Listado de partidas contables periodo {{ Help::getNameMothByNumber( ltrim(Help::periodoContable()?->mes, "0")) }} {{ Help::periodoContable()->year }} @endif {{--Periodo {!! Help::periodoContable()?->codigo!!} --}}
Partidas contables del periodo: {!! Help::periodoContable()?->codigo ?? "No hay periodo activo"!!}
@if (count($partidas) > 0) @foreach ($partidas as $key => $item) @endforeach
# N° Partida Tipo DEBE HABER Fecha Acciones Anular
{{ $key + 1 }} {{ Help::codigoPartida($item) }} {{ $item->tipoPartida->tipo }} {{ $item->debe }} {{ $item->haber }} {{ Help::date($item->fecha_contable) }} @if ($item->anulada == false && $item->cerrada == false) @endif @if (!$item->anulada) @if ($item->cerrada) @else
@method('DELETE') @csrf
@endif @else
ANULADA
@endif
@else @endif