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

@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif
@if($type == "Administrador" || $type == "Subadministrador"|| $type == "Capturista General" || $type == "Juez") @endif @if($type == "Administrador" || $type == "Subadministrador") @endif @if($type == "Juez" || $type == "Administrador" || $type == "Subadministrador") @endif @for($i=0; $i @if( $type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General" || $type == "Juez") @endif @if($type == "Administrador" || $type == "Subadministrador") @endif @if($type == "Juez" || $type == "Administrador" || $type == "Subadministrador") @endif @endfor
Código Folio Bitácora Primer Respondiente No. Expediente Detenidos Vehículos EstadoTransferir a delito
{{$generals[$i]->code}} {{$generals[$i]->log_sheet_id}} {{$generals[$i]->element}} {{$generals[$i]->file_number}} @if($type == "Administrador" || $type == "Subadministrador" || $type == "Juez") {!!" ".$generals[$i]->editFileNumber!!} @endif @if( $generals[$i]->arrestedsFault->count() <= 0 ) @if( $type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General") Agregar detenido @endif @else @foreach ( $generals[$i]->arrestedsFault as $arrestedFault ) {{ trim($arrestedFault->full_name) != "" ? $arrestedFault->full_name : 'Sin nombre' }}
@endforeach @endif
@if( $generals[$i]->vehiclesFault->count() <= 0 ) @if( $type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General") Agregar vehículo @endif @else @foreach ( $generals[$i]->vehiclesFault as $vehicleFault ) {{ trim($vehicleFault->vehicle_enrollment) != "" ? $vehicleFault->vehicle_enrollment : 'Sin placa' }}
@endforeach @endif
{!!$generals[$i]->more!!}{!!$generals[$i]->edit!!}{!!$generals[$i]->delete!!}{!!$generals[$i]->status!!}{!!$generals[$i]->transfer!!}
@endsection @section('js-files') @endsection