@if (\Session::has('success'))
@php Session::forget('success'); @endphp
@endif
@if($allTasks->count() == 0)
@endif
Nenhuma tarefa no momento!
@else
| # | Porta | Ação | Data | # |
|---|---|---|---|---|
| {{ $task->id }} | {{ $task->port }} | {{ $task->action }} | {{ $task->created_at}} |