@extends('adminlte::page') @section('title', 'Detalles del Hecho') @section('content_header')
{{ $hecho->calle }}
{{ $hecho->colonia }}
{{ $hecho->fecha ?? 'No especificada' }}
{{ $hecho->descripcion }}
{{ $hecho->area ?? 'No especificada' }}
{{ $hecho->estado }}
{{ $hecho->responsable->nombre ?? 'No asignado' }}
No hay evidencia adjunta.
@endifNo hay foto disponible.
@endif @if ($vehiculo->corralon !== null) Ver Liberación @elseNo está en corralón
@endifNo hay vehículos asociados a este hecho.
@endif