@extends('layouts.app') @section('content')
Gestión de Detenidos (Hecho Probablemente Delictivo)

@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif
@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif @if($type == "Administrador" || $type == "Subadministrador") @endif @foreach ($arrestedCrimes as $arrestedCrime) @isset($arrestedCrime->generalDataCrime) @else @endisset @if($type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General") @endif @if($type == "Administrador" || $type == "Subadministrador") @csrf @method('DELETE') @endif @endforeach
Código RND Nombre Apellido paterno Apellido materno Sexo
{{$arrestedCrime->generalDataCrime->code}}Información Eliminada{{$arrestedCrime->rnd}} {{$arrestedCrime->arrested_name}} {{$arrestedCrime->arrested_first_lastname}} {{$arrestedCrime->arrested_second_lastname}} {{ucfirst(str_ireplace("_", " ", $arrestedCrime->arrested_gender))}} Ver
@if($type == "Administrador" || $type == "Subadministrador" || ($arrestedCrime->generalDataCrime->status->name != "Concluido")) Editar @endif
@endsection @section('js-files') @endsection