@extends('admin.master') @section('title', 'Update Android APK') @section('content')

Update Android APK

Update the application version or replace the APK.

Back
@csrf @method('PUT') @include( 'admin.app-downloads._form', ['appDownload' => $appDownload] )
Cancel
@endsection