@extends('backend.master') @section('title','Edit Upload #'.$uploadApp->id) @section('content')

Edit App Upload

Replace app file if needed.

← Back to list
@if($errors->any())
{{ implode(' ', $errors->all()) }}
@endif
Edit Upload #{{ $uploadApp->id }}
{{-- Current file --}}
Current File
@if($uploadApp->upload_apk) {{ basename($uploadApp->upload_apk) }} @else No file. @endif
@csrf @method('PUT')
@endsection