@extends('layouts.app') @section('titlepage', 'Detail Update') @section('content') @section('navigasi') Detail Update @endsection
{{ $update->changelog }}
Buka Link
@if($update->is_active) Aktif @else Nonaktif @endif
@if($update->is_major) Major Update @else Minor Update @endif
@endsection