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

Upload Android APK

Upload a signed APK that users can download and install.

Back
@csrf @include('admin.app-downloads._form')
Cancel
@endsection