@extends('layouts.app') @section('content')
| Código | RND | Nombre | Apellido paterno | Apellido materno | Sexo | @if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") | @endif @if($type == "Administrador" || $type == "Subadministrador") | @endif |
|---|---|---|---|---|---|---|---|---|
| {{$arrestedCrime->generalDataCrime->code}} | @elseInformación Eliminada | @endisset{{$arrestedCrime->rnd}} | {{$arrestedCrime->arrested_name}} | {{$arrestedCrime->arrested_first_lastname}} | {{$arrestedCrime->arrested_second_lastname}} | {{ucfirst(str_ireplace("_", " ", $arrestedCrime->arrested_gender))}} | Ver |