@extends('layouts.app') @section('content')
Gestión de Detenidos (Falta Administrativa)

@if($type == "Administrador" || $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Juez") @endif @for($i=0; $i @if($type == "Administrador" || $type == 'Subadministrador') @elseif($type == "Capturista General" || $type == "Juez") @endif @endfor
Código RND Nombre Apellido Paterno Apellido Materno Sexo
{{$arrested[$i]->code}} {{$arrested[$i]->rnd}} {{$arrested[$i]->arrested_name}} {{$arrested[$i]->arrested_first_lastname}} {{$arrested[$i]->arrested_second_lastname}} {{ucfirst(str_ireplace("_"," ",$arrested[$i]->arrested_gender))}} {!!$arrested[$i]->more!!}{!!$arrested[$i]->edit!!} {!!$arrested[$i]->delete!!}{!!$arrested[$i]->edit!!}
@endsection @section('js-files') @endsection