@extends('layouts.app') @section('title', 'Applications') @section('content')
| Application | Platform | Category | Size | Downloads | Actions |
|---|---|---|---|---|---|
|
{{ $app->name }}
v{{ $app->version }}
|
{{ $app->platform }} | {{ $app->category->name ?? 'None' }} | {{ $app->download_size_human ?? 'N/A' }} |
{{ number_format($app->downloads) }}
|