@forelse ($bitacoras as $item) {{-- {{ PadString($item->BITA_ID, 20, '0') }} --}} {{$item->BITA_HORA}} - {{$item->BITA_FECHA}} {{ '('.$item->BITA_ACCION.')' }} {{ getBITA_ACCION($item->BITA_ACCION) }} {{ $item->BITA_REGISTROS }} {{ $item->BITA_TABLA }} {{ $item->USUA_LOGIN }} {{ $item->BITA_ESTATUS }} {{-- --}} @empty No se encontraron registros @endforelse @if (!is_array($bitacoras))
Mostrando {{ ($bitacoras->currentpage() - 1) * $bitacoras->perpage() + 1 }} a {{ $bitacoras->currentpage() * $bitacoras->perpage() }} de {{ $bitacoras->total() }} registros
@if(isset($fecha))
{{ $bitacoras->appends(['fecha' => $fecha ])->links() }}
@else
{{ $bitacoras->links() }}
@endif
@endif