@extends('layout.app') @section('title') {{ __('message.dashboard') }} @stop @section("css") @if( LaravelLocalization::getCurrentLocale() == "ar") @else @endif @stop @section('content')

{{count($apps)}}

@lang("message.count_manual_update")

{{count($updating_apps)}}

@lang("message.count_of_app_last_24_hours")

{{$delayed_tasks}}

@lang("message.delayed_tasks")

@lang("message.task_statistic")

@lang("message.success")
@lang("message.fail")

@lang("message.task_apps")

{{count($all_tasks)}}

@lang("message.total_files")

0

@lang("message.updating_apps") @endlang

@lang("message.total_apps"): {{$apps_count}}

{{ __('message.tasks') }}

{{ __('message.tasks') }} {{ __('message.count_of_apps') }} {{ __('message.action') }}

{{ __('message.issues') }}

{{ __('message.failure_count_of_apps') }}

{{ __('message.name') }} {{ __('message.failure_Count') }}

{{__("message.last_task_runing")}}

@isset($last_tasks_run) @if(count($last_tasks_run) > 0) @foreach($last_tasks_run as $task)
{{$statusTask[$task->status]['title']}}
@endforeach @else

No Result

@endif @endisset

{{__("message.manual_update")}}

@isset($apps) @foreach($apps as $app) @endforeach @endisset

{{__("message.running_task")}}

@isset($tasks) @if(count($tasks) > 0) @foreach($tasks as $task) @endforeach @else

No Result

@endif @endisset

@lang("message.notification")

@lang("message.application_file_notification")

@isset($notification) @forelse($notification as $alert) @if(isset($alert->apps) && !is_null($alert->apps->name)) apps->name}}">
@endif @empty

@lang("message.no_notification")

@endforelse @lang("message.show_more") @endisset
@endsection @section("js") @endsection