@extends('admin.layouts.app') @section('title', 'Ứng dụng di động') @section('page-title', 'Quản lý ứng dụng') @section('content')
| Ứng dụng | Trạng thái | Nổi bật | Google Play | {{--App Store | --}}Mô tả | Hành động |
|---|---|---|---|---|---|---|
|
{{ $app->name }}
{{ $app->version }}
|
@if($app->status === 'active') Hoạt động @elseif($app->status === 'inactive') Tạm dừng @elseif($app->status === 'coming_soon') Sắp ra mắt @else Ngừng phát triển @endif | @if($app->google_play_url) Google Play @else Chưa có @endif | {{--@if($app->app_store_url) App Store @else Chưa có @endif | --}}
{{ $app->short_description ?: $app->description }}
|
||
| Không tìm thấy ứng dụng nào. | ||||||
No mobile apps found.