@extends('adminlte::page') @section('title', 'More Classy Admin Dashboard') @section('content_header')

{{ $vendor['name'] }} General Analytics

@stop @section('content')

Hello {{ $admin['name'] }}!
Welcome to {{ $vendor['name'] }} Information Management System admin panel.

{{--
--}}
{{-- Locations --}}
{{--

--}} {{-- pu2023-pie-chart --}}
{{--
--}}
{{-- listings-per-week-pie-chart --}} {{--
--}}
{{--
--}}
{{-- listings-per-week-pie-chart --}} {{--
--}}
{{-- --}}
{{--
--}}
{{-- banners-pie-chart --}}
{{--
--}}

{{ $vendor['name'] }} Locations.



{{ $vendor['name'] }} Marketplace.


{{--
--}}
{{--
--}}

{{-- Users: --}}

{{ $vendor['name'] }} Users.


{{--
--}}
{{-- Users: --}}

More Classifieds Agency Weekly Preview


Weekly New Stores Registered

{{-- --}} {{-- --}} @foreach($weekly_new_sellers as $u) {{-- @if ($u['user_id'] = 1) --}} {{-- --}} {{-- @endif --}} @endforeach
# Verified Name Email PhoneOTPRegistration DateAction
@if ($u->verification_status === 'verified') @else @endif {{ $u->name; }} {{ $u->email; }} {{ $u->phone; }}{{ $u->otp; }}{{ $u->created_at; }}
Weekly New Ad Listings

{{-- listings_tbl --}} {{-- --}} {{-- --}} {{-- --}} @foreach($weekly_listings as $ad) {{-- --}} {{-- --}} @endforeach
#ImageAd Type Title Status Price(KES.)LocationAction
@if ($ad['pictures'] != null) {{ $ad['title'] }} @else {{ $ad['title'] }} @endif {{ $ad->ad_type; }} {{ $ad->title; }} @if ($ad->approved) APPROVED @else NOT APPROVED @endif {{ number_format($ad->price, 2); }}{{ $ad['country_name']; }}, {{ $ad['region_name']; }}, {{ $ad['place_name'] }}, {{ $ad['area_name'] }}
{{--
--}}

{{--
Analytics

{{ $vendors_chart->options['chart_title'] }}

{!! $vendors_chart->renderHtml() !!}
--}} @stop @section('css') {{-- --}} @stop @section('js') {{-- --}} {{-- --}} {{-- Google charts --}} @stop @section('javascript') {{-- {!! $vendors_chart->renderChartJsLibrary() !!} {!! $vendors_chart->renderJs() !!} --}} @endsection