@extends('layouts.app')

Listado actas de Pertenecias

@foreach($arrested_items as $item) @endforeach
FOLIO IMPORTANCIA NOMBRE APELLIDO PATERNO APELLIDO MATERNO DESCARGAR PDF
{{ $item->log_sheet_id }} {{ $item->importancia == 1 ? 'Barandilla' : 'C. Medico' }} {{ $item->arrested_name }} {{ $item->arrested_first_lastname }} {{ $item->arrested_second_lastname }}
{{$arrested_items->onEachSide(1)->links('pagination::bootstrap-4') }}