|
{{ $app->app_name }}
{{ $app->st_app }}
@php
$status = $app->status;
@endphp
{{ $app->platform === 'app_ios' ? 'IOS' : 'Andriod' }}
{{ $status->name ?? 'Không xác định' }}
|
|
{{ $task->title ?? '' }}
{{ $task->list?->name ?? ($task->task->title ?? '') }}
@php
$status = $task->status ?? ($task->task->status ?? null);
@endphp
{{ $status->label ?? 'Không xác định' }}
|
|
{{ $item->description ?? '' }}
{{ \Carbon\Carbon::parse($item->created_at)->format(' d/m/Y, H:i') }} |