@extends('layouts.app') @section('title', 'Edit Application') @section('content')

Update Details

Back to Inventory
Combined Size{{ $app_model->download_size_human ?? 'Unknown' }}
Legacy Path{{ $app_model->download_url ?? 'None' }}
@csrf
@if($app_model->icon_path)
Current icon being served
@endif
@foreach($app_model->files as $index => $file)
{{ basename($file->file_path) }}
{{ $file->file_size_human }}
@endforeach @if($app_model->files->isEmpty())
@endif
0%
Preparing files...
@endsection