@extends('main') @section('h_title', 'Download') @section('download', 'active') @section('web_main', 'active') @section('web_show', 'show') @section('web_expanded', 'true') @section('body')

Download Section

@csrf @method('PUT')
@error('url') {{ $message }} @enderror
Upload APK
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif
@if($downloadSection)
App Name: {{ $downloadSection->app_name }}

File Name: {{ $downloadSection->app_name }}

File Path: Download APK

@else

No APK file uploaded yet.

@endif

Upload APK File

@endsection @push('js_cdn') @endpush