{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_home') @section('title') {{ __('app.maintainer_area') }} @endsection @section('content')

{{ __('app.maintainer_area') }}

{{ env('APP_PROJECTNAME') }}
Author: {{ env('APP_AUTHOR') }}
Codename: {{ env('APP_CODENAME') }}
Contact: {{ env('APP_CONTACT') }}
Version: {{ env('APP_VERSION') }}

@csrf
@csrf
@csrf
@csrf
@csrf
@foreach ($faqs as $faq) @endforeach
{{ __('app.faq_id') }} {{ __('app.faq_question') }} {{ __('app.faq_answer') }} {{ __('app.faq_last_updated') }} {{ __('app.remove') }}
#{{ $faq->id }} {{ $faq->question }}
{{ $faq->updated_at->diffForHumans() }}
{{ __('app.faq_remove') }}

{{ __('app.refresh') }}     {{ __('app.create') }}

@csrf
@csrf
@foreach ($themes as $theme) @endforeach
{{ __('app.theme_name') }} {{ __('app.theme_default') }} {{ __('app.theme_edit') }} {{ __('app.theme_delete') }}
{{ $theme->name }} @if (\App\AppModel::getDefaultTheme() === $theme->name)  ‐ {{ __('app.selected') }} @endif {{ __('app.theme_default') }} {{ __('app.theme_edit') }} {{ __('app.theme_delete') }}

 

@csrf
logo
@csrf
banner
@foreach ($reports['activities'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@foreach ($reports['users'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@foreach ($reports['comments'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@foreach ($reports['forum_posts'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@foreach ($reports['market_items'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@foreach ($reports['gallery_items'] as $item) @endforeach
{{ __('app.report_id') }} {{ __('app.report_entity') }} {{ __('app.report_type') }} {{ __('app.report_count') }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
#{{ $item->id }} {{ $item->entityId }} {{ $item->type }} {{ $item->count }} {{ __('app.report_lock') }} {{ __('app.report_delete') }} {{ __('app.report_safe') }}
@csrf
@foreach ($verification_users as $item) @endforeach
{{ __('app.verify_id') }} {{ __('app.verify_user') }} {{ __('app.verify_idcard_front') }} {{ __('app.verify_idcard_back') }} {{ __('app.verify_approve') }} {{ __('app.verify_decline') }}
#{{ $item->id }} {{ $item->user->name }} {{ __('app.idcard_front') }} {{ __('app.idcard_back') }} {{ __('app.verify_approve') }} {{ __('app.verify_decline') }}
@foreach ($categories as $item) @endforeach
{{ __('app.category_id') }} {{ __('app.category_name') }} {{ __('app.category_edit') }} {{ __('app.category_inactive') }}
#{{ $item->id }} {{ $item->name }} {{ __('app.category_edit') }} @if ($item->inactive == true) {{ __('app.set_category_active') }} @else {{ __('app.set_category_inactive') }} @endif

 
@csrf
@csrf
@foreach ($locations as $item) @endforeach
{{ __('app.location_id') }} {{ __('app.location_name') }} {{ __('app.location_edit') }} {{ __('app.location_active') }}
#{{ $item->id }} {{ ucfirst($item->name) }} {{ __('app.location_edit') }} @if (!$item->active) {{ __('app.set_location_active') }} @else {{ __('app.set_location_inactive') }} @endif

 
@csrf
@foreach ($forums as $forum) @endforeach
{{ __('app.forum_id') }} {{ __('app.forum_name') }} {{ __('app.forum_lock') }} {{ __('app.remove') }}
#{{ $forum->id }} {{ $forum->name }} {{ __('app.lock') }} {{ __('app.forum_remove') }}

{{ __('app.refresh') }}     {{ __('app.create') }}

@csrf
@csrf


@endsection @section('javascript') @endsection