@php $default_lang_code = language_const()::NOT_REMOVABLE; $system_default_lang = get_default_language_code(); $languages_for_js_use = $languages->toJson(); @endphp @extends('admin.layouts.master') @push('css') @endpush @section('page-title') @include('admin.components.page-title',['title' => __($page_title)]) @endsection @section('breadcrumb') @include('admin.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("admin.dashboard"), ] ], 'active' => __("Setup Section")]) @endsection @section('content')
{{ __($page_title) }}
@csrf
@include('admin.components.button.form-btn',[ 'class' => "w-100 btn-loading", 'text' => "Submit", 'permission' => "admin.setup.sections.section.update" ])
{{ __("Web Journal Dashboard") }}
{{ __("Total Category") }}
{{ get_percentage_from_two_number($total_categories,$total_categories) }}%
{{ __("Active Category") }}
{{--
Total 40k Pending 20K
--}}
{{ get_percentage_from_two_number($total_categories,$active_categories) }}%
{{ __("Total Web Journal") }}
{{ get_percentage_from_two_number($total_announcements,$total_announcements) }}%
{{ __("Active Web Journal") }}
{{ get_percentage_from_two_number($total_announcements,$active_announcements) }}%
@endsection @push('script') @endpush