@foreach ($list as $entry)
{{ $entry->name }} |
{{ $entry->description }} |
{{ $entry->role }} |
@if ($app_is_demo)
|
{{ date('j.n.Y', strtotime($entry->updated_at)) }}
{{ date('H:i:s', strtotime($entry->updated_at)) }}
|
@if ($app_is_demo)
@else
@endif
|
@endforeach