@if($articles->isNotEmpty())
| {{ __('Article') }} | {{ __('Transport') }} | {{ __('Location') }} | {{ __('Article tast status') }} | {{ __('Client') }} | {{ __('Task deadline') }} | {{ __('Project deadline') }} | {{ __('Project') }} |
|---|---|---|---|---|---|---|---|
|
{!! $article->transport_icon !!}
|
{!! $article->transport_display !!} | {!! $article->location_display !!} | {{ $article->display_article_status }} | @if($article->client) {{ $article->client->name }} @endif | {{ $article->display_deadline }} | {{ $article->project->deadline }} | @if($article->project) {{ $article->project->title }} @endif |