@extends('admin.layouts.master') @section('title','تعديل إصدار التطبيق') @section('content')

تعديل الإصدار - {{ $app->appName }}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($version->hasLocalFile())
ملف مرفوع حالياً {{ basename($version->file_path) }} ({{ number_format($version->file_size / 1048576, 2) }} MB)
@endif اختياري - اترك فارغاً للإبقاء على الملف الحالي. الحد الأقصى: 200 ميغابايت
@endsection @section('js') @endsection