@extends('admin.master') @section('content')

Edit App Upload

Update APK file with progress bar

@csrf @method('PUT')
@if($appUpload->apk_file) @endif

Only APK file allowed. Max 200 MB.

is_active ? 'checked' : '' }} class="h-4 w-4 text-black border-gray-300 rounded">
Back
@endsection