@extends('layouts.app') @section('titlepage', 'Manage Update') @section('content') @section('navigasi') Manage Update @endsection
| No. | Versi | Judul | File URL | Ukuran | Major | Status | Rilis | # |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + $updates->firstItem() - 1 }} | {{ $update->version }} | {{ $update->title }} | Link | @if($update->file_size) {{ number_format($update->file_size / 1024 / 1024, 2) }} MB @else - @endif | @if($update->is_major) Major @else Minor @endif | @if($update->is_active) Aktif @else Nonaktif @endif | {{ $update->released_at ? $update->released_at->format('d/m/Y') : '-' }} | |
| Tidak ada data update | ||||||||