@extends('layouts.main') @use('Carbon\Carbon') @section('title', $title) @section('content') {{ __('module.event') }} {{ __('general.summary') }} {{ __('general.total') }} {{ $events['total'] }} {{ __('general.active') }} {{ $events['active'] }} {{ __('general.upcoming') }} {{ $events['upcoming'] }} {{ __('general.past') }} {{ $events['past'] }} {{ __('module.event-sponsor-registration') }} {{ __('general.summary') }} {{ __('general.total') }} {{ $sponsors['total'] }} {{ __('general.pending') }} {{ $sponsors['pending'] }} {{ __('general.confirmed') }} {{ $sponsors['confirmed'] }} {{ __('general.this_month') }} {{ $sponsors['this_month'] }} {{ __('module.event-participant') }} {{ __('general.summary') }} {{ __('general.total') }} {{ $participants['total'] }} {{ __('general.checked_in') }} {{ $participants['checked_in'] }} {{ __('general.not_checked_in') }} {{ $participants['not_checked_in'] }} {{ __('general.this_month') }} {{ $participants['this_month'] }} {{ __('module.blog') }} {{ __('general.summary') }} {{ __('general.total') }} {{ $blogs['total'] }} {{ __('general.active') }} {{ $blogs['active'] }} {{ __('general.published') }} {{ $blogs['published'] }} {{ __('general.this_month') }} {{ $blogs['this_month'] }} @endsection @push('scripts') @endpush