@if($app->logo_url)

@else
@endif
{{ $app->appName }}
@if($app->description)
{{ $app->description }}
@endif
@if($latestVersion && $latestVersion->hasLocalFile())
تحميل التطبيق
الإصدار {{ $latestVersion->version }}
•
{{ number_format($latestVersion->file_size / 1048576, 1) }} MB
@else
لا يوجد إصدار متاح للتحميل حالياً
@endif