@extends('layouts.app') @section('title', 'Milestones — Almasix') @section('content')

Milestones

{{ completed }} of {{ total }} complete on Almasix {{ version }} — {{ in_progress }} in progress, {{ next_id }} up next.

@foreach(milestones as m) @component('milestone_row', { 'id': m['id'], 'name': m['name'], 'status': m['status'], 'proof': m['proof_text'], }) @endcomponent @endforeach
IDMilestoneStatusProof

Back home — JSON twin at {{ api_url }}.

@endsection