@extends('vendors.layouts.master') @section('title', 'تطبيقي') @section('page-header') @endsection @section('content') @if(!$app)
لا يوجد تطبيق مرتبط بحسابك

تواصل مع الإدارة لربط تطبيقك بحسابك.

@else
@if($app->logo_url) {{ $app->appName }} @else
@endif

{{ $app->appName }}

@if($latestVersion) الإصدار {{ $latestVersion->version }} {{ $latestVersion->created_at->format('Y-m-d') }} @else لا يوجد إصدار @endif

تفاصيل التطبيق

@if($app->description) @endif @if($app->manage_link) @endif @if($app->support_link) @endif
اسم التطبيق {{ $app->appName }}
الوصف {{ $app->description }}
رابط الإدارة {{ $app->manage_link }}
رابط الدعم {{ $app->support_link }}
@endif @endsection