@php($page = 'dashboard') {{env('APP_NAME')}} | Dashboard {{-- @livewireStyles --}}
@include("components.navbar")
@include("components.sidebar")

Welcome {{auth('web')->user()->firstName}} Admin

{{--
All components are running smoothly!
--}}
{{-- --}}

All Customers

{{number_format($allCustomers)}}

{{--

22 (Active)

--}}

All Agents

{{number_format($allAgents)}}

{{--

22 (Active)

--}}

All Sites

{{number_format($allSites)}}

{{--

60.00% Sold

--}}

All Invoices

{{number_format($allInvoices)}}

{{--

60.00% Sold

--}}

All Transactions

{{number_format($allTransactions)}}

{{--

60.00% Sold

--}}

All Properties

{{number_format($allProperties)}}

{{--

60.00% Sold

--}}

Available Properties

{{number_format($availableProperties)}}

{{--

60.00% Sold

--}}

Sold Properties

{{number_format($soldProperties)}}

{{--

60.00% Sold

--}}

Top Customers By Properties

@foreach ($topOwners as $owner) @endforeach
S/N Name Properties Status
{{ $loop->iteration }} {{ $owner->name ?? "" }} {{ $owner->active_properties_count }}
{{$owner->status}}

Top Agents By Invoices

@foreach ($topAgents as $agent) @endforeach
Name Type Invoices Status
{{ $loop->iteration }} {{ $agent->name ?? "" }} {{ $agent->invoices_count }} {{ $agent->status }}
{{-- carousel --}}
{{--
--}}
{{-- latest transactions --}}

Latest Transactions

@foreach ($transactions as $transaction) @endforeach
S/N Type Category Reference Amount Status Date
{{ $loop->iteration }} {{ $transaction->type }} {{ $transaction->category}} {{ $transaction->reference }} ₦ {{ number_format($transaction->amount) }} {{ $transaction->status }} {{ $transaction->created_at }}
{{--

Projects

Places Orders Users
Kentucky

65(2.15%)

65
Ohio

54(3.25%)

51
Nevada

22(2.22%)

32
North Carolina

46(3.27%)

15
Montana

17(1.25%)

25
Nevada

52(3.11%)

71
Louisiana

25(1.32%)

14

Charts

Data 1

5k

Data 2

1k

Data 3

992

Data 4

687

Number of Meetings

34040

The total number of sessions within the date range.It is calculated as the sum .

Notifications

  • user

    Isabella Becker

    Sales dashboard have been created

    9:30 am
  • user

    Adam Warren

    You have done a great job #TW111

    10:30 am
  • user

    Leonard Thornton

    Sales dashboard have been created

    11:30 am
  • user

    George Morrison

    Sales dashboard have been created

    8:50 am
  • user

    Ryan Cortez

    Herbs are fun and easy to grow.

    9:00 am

Advanced Table

Quote# Product Business type Policy holder Premium Status Updated at
--}}
@include("components.footer")