@extends('frontend.layouts.app') @section('styles') @endsection @section('content')
@include('agent.sidebar')

DASHBOARD

location_city Properties

{{ $propertytotal }}

mail Messages

{{ $messagetotal }}

location_city Recent Properties
mail Recent Mails
comment Comments

{{ $commentcount }}

comment Recent Comments
@foreach($comments as $key => $comment)
{{ ++$key }}. {{ $comment->body }}. {{ $comment->approved != 1 ? "Pending Approval" : "" }}
@csrf
@endforeach
{{ $comments->links() }}
@endsection @section('scripts') @endsection