@extends('layouts.app') @section('content')
Gestión de Incidentes de Tránsito

@if($type == "Administrador" || $type == "Capturista General"|| $type == "Subadministrador") @endif
@if ($type == 'Administrador'|| $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Capturista Medico" ) @endif @foreach ($trafficIncidents as $id => $description ) @if($type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General" || $type == "Capturista Medico" ) @endif @if ($type == 'Administrador'|| $type == "Subadministrador") @endif @endforeach
Incidente de tránsito
{{ $description }}EditarEliminar
@endsection @section('js-files') @endsection