@extends('agent.layout') @section('content')

{{ __('Welcome back,') }} {{ Auth::guard('agent')->user()->username . '!' }}

{{-- dashboard information start --}}

{{ __('Properties') }}

{{ $totalProperties }}

{{ __('Projects') }}

{{ $totalProjects }}

{{ __('Monthly Property Posts') }} ({{ date('Y') }})
{{ __('Monthly Projects Post') }} ({{ date('Y') }})
@endsection @section('script') {{-- chart js --}} @endsection