@extends('layouts.app') @section('content')
Gestión de Certificados Médicos Para Detenidos(Falta Administrativa)

@if($type == "Administrador" | $type == "Capturista Medico" || $type == "Subadministrador") @endif @for($i=0; $i @if($type == "Administrador" | $type == "Capturista Medico" || $type == "Subadministrador") @endif @endfor
Código RND Nombre Apellido Paterno Apellido Materno SexoEditarImprimir
{{$arrested[$i]->code}} {{$arrested[$i]->rnd}} {{$arrested[$i]->arrested_name}} {{$arrested[$i]->arrested_first_lastname}} {{$arrested[$i]->arrested_second_lastname}} {{$arrested[$i]->arrested_gender}} id) }}' style='padding:0em 0.3em;text-decoration:none;font-weight:bold;'>Registrar @if(isset($arrested[$i]->medicDataArrestedFault)) id) }}' style='padding:0em 0.3em;text-decoration:none;font-weight:bold;' target='_blank'>PDF @endif
@endsection @section('js-files') @endsection