@extends('layouts.embedded') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
| USER | COMPANY | ANOMALY | COMMENT | VALID UNTIL | |
|---|---|---|---|---|---|
|
|
@if (strlen($anomaly->user_email) > 30) {{ substr($anomaly->user_email,0,30) }}... @else {{ $anomaly->user_email }} @endif | @if (strlen($anomaly->company) > 20) {{ substr($anomaly->company,0,20) }}... @else {{ $anomaly->company }} @endif | {{ $anomaly->action }} | {{ $anomaly->reason }} | {{ $anomaly->valid_until_date }} |