{{ $this->techStack['name'] }}

Versi Aplikasi: {{ $this->techStack['version'] }}

@foreach ($this->techStack['stack'] as $tech => $version)

{{ $tech }}

{{ $version }}

@endforeach
@if (count($this->changelogs))
@foreach ($this->changelogs as $index => $log)
$log->is_read, 'border-primary-500/50 dark:border-primary-400/30 bg-primary-50/30 dark:bg-primary-400/5 shadow-primary-500/5' => !$log->is_read, ])> {{-- Header / Clickable Toggle --}} {{-- Body Content --}}
@if ($log->description)
{!! $log->description !!}
@endif
Perubahan Detail
    @foreach ($log->changes as $change)
  • @php $colorClass = match ($log->type->getColor()) { 'success' => 'text-success-500 dark:text-success-400', 'info' => 'text-info-500 dark:text-info-400', 'danger' => 'text-danger-500 dark:text-danger-400', 'warning' => 'text-warning-500 dark:text-warning-400', default => 'text-primary-500 dark:text-primary-400', }; @endphp {{ $change }}
  • @endforeach
@if (!$log->is_read) {{ ($this->markAsReadAction)(['record' => $log->id]) }} @else
Sudah Dibaca
@endif
@canAny(['Update:Changelog', 'Delete:Changelog'])
{{ ($this->editChangelogAction)(['record' => $log->id]) }} {{ ($this->deleteChangelogAction)(['record' => $log->id]) }}
@endcanAny
@endforeach
@else @endif