@extends('network.layouts.app') @section('title', 'Report - Listing By Created') @section('content')
@if(empty($listings)) @else @endif @if(!empty($listings))
{{-- Graph Section --}}
Total Listings

{{ $stats['totalListings'] }}

Total Value

${{ number_format($stats['totalValue'], 0) }}

Total Acres

{{ number_format($stats['totalAcres']) }}

Average Acres

{{ number_format($stats['averageAcres']) }}

Average Value

${{ number_format($stats['averageValue'], 0) }}

Average PPA

${{ number_format($stats['averagePPA'], 0) }}

Report - Leads By Date

{{-- Graph Section --}}

Report - Leads By Listing

@foreach ($listings as $listing) @endforeach
@else

Please select search filters to see results

@endif
@endsection