@extends('default.layout') @section('content')

Upload de APK

@if($rotaDownload != '') {{ $rotaDownload }} @endif @if($rotaDownloadGenerico != '') Clique aqui para fazer o download do App {{getenv("APP_NAME")}} @endif
@csrf
Procurar arquivo
Exemplo de conexão
Path: {{ getenv("PATH_URL") }}
Usuário: {{ \App\Models\Usuario::find(session('user_logged')['id'])->login }}
Senha: senha do usuário
Chave App: {{ getenv("KEY_APP") }}
@endsection