@if ($cedulaNit)
@foreach ($opciones_paginacion as $item) @endforeach
@endif
@forelse ($notes as $note) @empty @endforelse
Tipo Fecha Responsable Motivo Nota
{{ $note->tipo }} {{ $note->fecha }} {{ $note->responsable }} {{ $note->motivo }} {{ $note->nota }}
{{ count($notes) ? $notes->links() : '' }}
@push('scripts') @endpush