@extends('layouts.admin') @section('content')
| Zgłaszający | Rodzaj | Zdarzenie | Czas zdarzenia | Osoba odpowidzialna | Data dodania zgłoszenia | Akcja | |
|---|---|---|---|---|---|---|---|
| {{ $incident->id }} | {{ $incident->reporter->name }} {{ $incident->reporter->surname }} | @if ($incident->incident_type == 'osobowy') incydent {{ $incident->incident_type }} @elseif ($incident->incident_type == 'srodowiskowy') incydent {{ $incident->incident_type }} @else incydent {{ $incident->incident_type }} @endif | {{ $incident->event_type }} | {{ $incident->event_date }} {{ $incident->event_time }} | {{ $incident->responsibleEmployee?->name }} {{ $incident->responsibleEmployee?->surname }} | {{ $incident->reported_at }} | Szczegóły Edytuj |