@extends('layouts/layoutMaster') @section('title', 'Analytics') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Statistics
{{$listing_count}}
Listings
${!! Helper::amountFormat($listing_price) !!}
Listings
{{$contracts_count}}
Sales
${!! Helper::amountFormat($contracts_price) !!}
Sales
@endsection