@extends('layouts.client') @section('title','Dashboard') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
Support
Let us know
Properties
@php $totalProperties = \App\Models\Property::whereUserId($activeUser->id)->count(); $recentProperties = \App\Models\Property::whereUserId($activeUser->id)->latest()->take(2)->get(); @endphpTotal: {{$totalProperties}}
Recently Added
@forelse ($recentProperties as $property){{ $property->address }}
No properties yet
Recurring jobs
Total: {{ $totalRecurringJobs }}
Looks like you have jobs set up on a recurring schedule.
Repeats every {{ $recurringJob->on_every }} days, next order on {{ $recurringJob->date }} for ${{ $recurringJob->grand_total }}
No recurring jobs yet
@endforelseUpcoming Jobs
Total: {{ $totalUpcomingJobs }}
Ongoing Projects
Total: {{ $totalOngoingJobs }}
M&P Wallet Credits
Current Balance: ${{ $activeUser->wallet->amount }}
Have credits to redeem?
Refer a new friend and get bonus of upto ${{ floor(settings('referral_bonus')) }} inyour Mowing and Plowing Cash Wallet.
Upcoming invoices due to recurring job. Invoice will be generated 1 day before the scheduled job date.
Total Transactions
History
Expenses
Transactions
Support
Let us know