{{-- --}} @php $index = 1; @endphp @foreach ($info as $key => $value) @endforeach
# Date Note TypeAction
{{ $index++ }} {{ $value->date }} {{ $value->note }} @if ($value->status == 1) Pending @endif @if ($value->status == 2) Running @endif @if ($value->status == 3) Close @endif