diff --git a/resources/views/incident.blade.php b/resources/views/incident.blade.php index 0a1e0be5..972c7faa 100644 --- a/resources/views/incident.blade.php +++ b/resources/views/incident.blade.php @@ -29,5 +29,20 @@

{{ formatted_date($incident->created_at) }}

- @include('partials.incident', ['incident' => $incident, 'with_link' => false]) +
+
+
+
+
+
+ +
+
+
+ @include('partials.incident', ['incident' => $incident, 'with_link' => false]) +
+
+
+
+
@stop